From 5c71ae324c35eb1048383c4d5f242043f1a85dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Sun, 12 Apr 2015 02:13:35 +0200 Subject: [PATCH] fix #8: collecstatic -> collectstatic --- doc/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ==========