Sources of https://moscowpython.ru (previously moscowdjango.ru)
git clone [email protected]:moscowpython/moscowpython.git cd moscowpython python -m venv env source env/bin/activate pip install pip-tools invoke invoke install-requirements inv migrate python manage.py loaddata development.json inv run
inv check inv test