diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..44861a9 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: bin/python snipt/manage.py run_gunicorn -b "0.0.0.0:$PORT" -w 3 diff --git a/snipt/requirements.txt b/requirements.txt similarity index 92% rename from snipt/requirements.txt rename to requirements.txt index c3505ac..f961872 100644 --- a/snipt/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ BeautifulSoup +boto Django django-annoying django-bcrypt @@ -7,6 +8,7 @@ django-grappelli django-pagination django-postmark django-registration +django-storages django-taggit django-tastypie django-templatetag-sugar