Add Procfile
This commit is contained in:
parent
67a7441173
commit
a010341d10
3 changed files with 11 additions and 1 deletions
1
Pipfile
1
Pipfile
|
@ -9,6 +9,7 @@ gitpython = "*"
|
||||||
django-crispy-forms = "*"
|
django-crispy-forms = "*"
|
||||||
dj-database-url = "*"
|
dj-database-url = "*"
|
||||||
"psycopg2" = "*"
|
"psycopg2" = "*"
|
||||||
|
gunicorn = "*"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
||||||
|
|
10
Pipfile.lock
generated
10
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "acea3999f6ebeadf69e75072f5c14067286c850dae3d14ce7fe5b1f96382e557"
|
"sha256": "8e4f8594bffd8bc27af35d8b7d41c9db598ec2715709e3e11060671d4bdb6a06"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
@ -55,6 +55,14 @@
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==2.1.11"
|
"version": "==2.1.11"
|
||||||
},
|
},
|
||||||
|
"gunicorn": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:aa8e0b40b4157b36a5df5e599f45c9c76d6af43845ba3b3b0efe2c70473c2471",
|
||||||
|
"sha256:fa2662097c66f920f53f70621c6c58ca4a3c4d3434205e608e121b5b3b71f4f3"
|
||||||
|
],
|
||||||
|
"index": "pypi",
|
||||||
|
"version": "==19.9.0"
|
||||||
|
},
|
||||||
"psycopg2": {
|
"psycopg2": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:02445ebbb3a11a3fe8202c413d5e6faf38bb75b4e336203ee144ca2c46529f94",
|
"sha256:02445ebbb3a11a3fe8202c413d5e6faf38bb75b4e336203ee144ca2c46529f94",
|
||||||
|
|
1
map/Procfile
Normal file
1
map/Procfile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
web: gunicorn friends_map.wsgi
|
Loading…
Reference in a new issue