aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/deployment.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/documentation/deployment.rst b/documentation/deployment.rst
index c95dfe91..158eda7d 100644
--- a/documentation/deployment.rst
+++ b/documentation/deployment.rst
@@ -102,7 +102,6 @@ Finally:
.. code-block:: bash
- $ python manager.py db_create
$ python runserver.py
* Running on http://0.0.0.0:5000/
* Restarting with reloader
bgstack15