]> git.ozlabs.org Git - patchwork/blobdiff - docs/INSTALL
docs: Add collectstatic step to installation instructions
[patchwork] / docs / INSTALL
index 7e1f309ddf5b306decb5318a5b9d51d5b7493a7f..cb0eccfc85a64dabe7cf82a1479156f72328d4aa 100644 (file)
@@ -144,7 +144,11 @@ in brackets):
 
      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.