aboutsummaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index b684c297..ea9cca1b 100644
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,3 @@
web: python runserver.py
-init: python db_create.py \ No newline at end of file
+init: python db_create.py
+fix: python fix.py \ No newline at end of file
bgstack15