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 Inline Diff

Set up the environment by running setup.sh 1 1 Set up the environment by running setup.sh
2 2
gevent installation may take a long time and display warnings; these may be ignored. 3 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
beautifulsoup4 1 1 beautifulsoup4
Django>=1.8 2 2 Django>=1.8
#django-websocket-redis==0.4.3 3 3 #django-websocket-redis==0.4.3
#gevent==1.0.1 4 4 #gevent==1.0.1
#greenlet==0.4.5 5 5 #greenlet==0.4.5
#redis==2.10.3 6 6 #redis==2.10.3
six==1.9.0 7 7 six==1.9.0
djangorestframework 8 8 djangorestframework
docutils 9 9 docutils
gunicorn 10 10 gunicorn
django-simple-email-confirmation 11 11 django-simple-email-confirmation
django-ses 12 12 django-ses
coverage 13 13 coverage
uwsgi 14