diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 8161e5f..0d3d4fc 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -91,7 +91,7 @@ Create an account for the administrator:: Collect static files in the ``STATIC_DIR``:: - $ python manage.py collecstatic --settings=ponytracker.local_settings + $ python manage.py collectstatic --settings=ponytracker.local_settings Run django ==========