aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-05 11:57:09 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-05 11:57:09 +0100
commit3a8f504a346cf5a4053e968210ca36c0ad5ed9ff (patch)
tree4d01860c08e687f7ffa72f263343dacdfa1db9b1 /documentation
parentThe side menu of the main page now displays all the feeds. (diff)
downloadnewspipe-3a8f504a346cf5a4053e968210ca36c0ad5ed9ff.tar.gz
newspipe-3a8f504a346cf5a4053e968210ca36c0ad5ed9ff.tar.bz2
newspipe-3a8f504a346cf5a4053e968210ca36c0ad5ed9ff.zip
Updated the documentation (deployment section - data base initialization).
Diffstat (limited to 'documentation')
-rw-r--r--documentation/deployment.rst2
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
bgstack15