]> git.ozlabs.org Git - patchwork/commitdiff
docs: Add collectstatic step to installation instructions
authorJeremy Kerr <jk@ozlabs.org>
Mon, 25 May 2015 09:50:45 +0000 (17:50 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 28 May 2015 01:05:45 +0000 (09:05 +0800)
Because we're now using the staticfiles app, we need to run
collectstatic on init.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
docs/INSTALL

index 7e1f309ddf5b306decb5318a5b9d51d5b7493a7f..cb0eccfc85a64dabe7cf82a1479156f72328d4aa 100644 (file)
@@ -144,7 +144,11 @@ in brackets):
 
      PYTHONPATH=lib/python ./manage.py syncdb
 
 
      PYTHONPATH=lib/python ./manage.py syncdb
 
-    And add privileges for your mail and web users. This is only needed if
+    and initialise the static content:
+
+     PYTHONPATH=lib/python ./manage.py collectstatic
+
+    and add privileges for your mail and web users. This is only needed if
     you use the ident-based approach. If you use password-based database
     authentication, you can skip this step.
 
     you use the ident-based approach. If you use password-based database
     authentication, you can skip this step.