Skip to content

Commit

Permalink
Update install_instructions.md and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lehnertz85 committed Dec 10, 2016
1 parent 434b50f commit d58ce9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Install_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ NOTE: You can use virtualenv if you want, or just install the requirements anywa
- python manage.py makemigrations
- python manage.py migrate
- python manage.py loaddata contenttypes admin auth dashboard sessions
- sudo python manage.py collectstatic

7. Start the server:
- You could use nginx or apache
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Django==1.10.3
psutil
bs4
bs4
uwsgi

0 comments on commit d58ce9d

Please sign in to comment.