Commit eb304424c457590dbf924e3062fa8842d979c590
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
README.md
View file @
eb30442
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 |