Browse Source

Add files for heroku

pull/10/head
Hironsan 6 years ago
parent
commit
197ef21595
2 changed files with 21 additions and 0 deletions
  1. 20
      Pipfile
  2. 1
      Procfile

20
Pipfile

@ -0,0 +1,20 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python_version = "3.6"
[packages]
"psycopg2-binary" = "*"
django-heroku = "*"
gunicorn = "*"
[dev-packages]

1
Procfile

@ -0,0 +1 @@
web: gunicorn app.app.wsgi
Loading…
Cancel
Save