Skip to content

KarlSoftware/moscowpython

 
 

Repository files navigation

Moscow Python Meetup site

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

image

image

image

image

image

Running locally

git clone https://github.com/moscowpython/moscowpython/
cd moscowpython
pyenv env
source env/bin/activate
pip install -r requirements.txt
npm install
./node_modules/.bin/gulp

python manage.py syncdb
python manage.py migrate
python manage.py loaddata development.json  # convenient
python manage.py runserver

Tests

tox

About

Site for monthly Pythonauts' meetup in Moscow

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 32.6%
  • Python 27.8%
  • HTML 22.8%
  • JavaScript 16.8%