diff options
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ -web: python runserver.py -init: python manager.py db_create +web: python src/runserver.py +init: python src/manager.py db_create |