/cantailme-server

Server side of cantail.me

Primary LanguagePython

Server side of CanTail.Me

Deployment

  1. Install dependens with pip install -r requirements.txt
  2. In cantailme/settings/ copy dist.py to local.py and fill it.
  3. Init db with ./manage.py syncdb
  4. Run django server with ./manage.py runserver
  5. And tornado with ./manage.py runpush

For more information visit cantail.me