Commit eb304424c457590dbf924e3062fa8842d979c590

Authored by Andrew Buss
1 parent 463e6ba2b1
Exists in master

Actually removed uwsgi from requirements, updated readme

Showing 2 changed files with 11 additions and 2 deletions Side-by-side Diff

1 1 Set up the environment by running setup.sh
2 2  
3   -gevent installation may take a long time and display warnings; these may be ignored.
  3 +If you get errors about a module not being found, make sure you are working in the virtualenv. To enter the venv:
  4 +
  5 + . venv/bin/activate
  6 +
  7 +Run tests:
  8 +
  9 + ./run_tests.sh
  10 +
  11 +Run development server (local):
  12 +
  13 + python manage.py runserver
requirements.txt View file @ eb30442
... ... @@ -11,5 +11,4 @@
11 11 django-simple-email-confirmation
12 12 django-ses
13 13 coverage
14   -uwsgi