aboutsummaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Procfile b/Procfile
deleted file mode 100644
index 7c8bf856..00000000
--- a/Procfile
+++ /dev/null
@@ -1,2 +0,0 @@
-web: python src/runserver.py
-init: python src/manager.py db_create
bgstack15