aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index b684c297..16886d6c 100644
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,2 @@
web: python runserver.py
-init: python db_create.py \ No newline at end of file
+init: python manager.py db_create
bgstack15