diff --git a/Pipfile b/Pipfile index 546a23e..7493e81 100644 --- a/Pipfile +++ b/Pipfile @@ -9,6 +9,7 @@ gitpython = "*" django-crispy-forms = "*" dj-database-url = "*" "psycopg2" = "*" +gunicorn = "*" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index b02e1ca..ac8da66 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "acea3999f6ebeadf69e75072f5c14067286c850dae3d14ce7fe5b1f96382e557" + "sha256": "8e4f8594bffd8bc27af35d8b7d41c9db598ec2715709e3e11060671d4bdb6a06" }, "pipfile-spec": 6, "requires": { @@ -55,6 +55,14 @@ "index": "pypi", "version": "==2.1.11" }, + "gunicorn": { + "hashes": [ + "sha256:aa8e0b40b4157b36a5df5e599f45c9c76d6af43845ba3b3b0efe2c70473c2471", + "sha256:fa2662097c66f920f53f70621c6c58ca4a3c4d3434205e608e121b5b3b71f4f3" + ], + "index": "pypi", + "version": "==19.9.0" + }, "psycopg2": { "hashes": [ "sha256:02445ebbb3a11a3fe8202c413d5e6faf38bb75b4e336203ee144ca2c46529f94", diff --git a/map/Procfile b/map/Procfile new file mode 100644 index 0000000..3f27842 --- /dev/null +++ b/map/Procfile @@ -0,0 +1 @@ +web: gunicorn friends_map.wsgi \ No newline at end of file