Add Django project and nginx conf + deps

This commit is contained in:
Livvy Mackintosh
2017-05-18 23:51:17 +02:00
parent a94f695a19
commit 8248d1690a
12 changed files with 304 additions and 0 deletions

8
requirements.txt Normal file
View File

@ -0,0 +1,8 @@
appdirs==1.4.3
Django==1.11.1
gunicorn==19.7.1
packaging==16.8
psycopg2==2.7.1
pyparsing==2.2.0
pytz==2017.2
six==1.10.0