Skip to content

0xE111/moscowpython

 
 

Repository files navigation

Moscow Python Meetup site

Sources of https://moscowpython.ru (previously moscowdjango.ru)

Running locally

git clone git@github.com: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

Tests

inv check
inv test

About

Site for monthly Pythonauts' meetup in Moscow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 33.4%
  • Python 25.7%
  • HTML 23.0%
  • JavaScript 17.1%
  • Other 0.8%