Deploy

  1. Create a virtualenv

virtualenv ../moscowdjango.env

  1. Install dependencies:

../moscowdjango.env/bin/pip install -r reqs.txt

  1. Launch it

../moscowdjango.env/bin/python manage.py runserver

Useful dev commands

python manage.py dumpdata meetup –format=json-pretty –indent=4 > meetup/fixtures/development.json

Indices and tables