diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..cd9a46c --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +web: python ./src/manage.py runserver 0.0.0.0:8000 +db: postgres