diff options
-rw-r--r-- | documentation/deployment.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/deployment.rst b/documentation/deployment.rst index e04ed24a..8a7f098d 100644 --- a/documentation/deployment.rst +++ b/documentation/deployment.rst @@ -122,7 +122,7 @@ Finally: .. code-block:: bash - $ python db_create.py + $ python manager.py db_create $ python runserver.py * Running on http://0.0.0.0:5000/ * Restarting with reloader |