diff --git a/.gitignore b/.gitignore index 939fe0e..e613efb 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,3 @@ env - diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..ca18323 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn aquasens.wsgi --log-file - \ No newline at end of file