From daa3ae42eee5e569881070bcc2958b361743f70a Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Mon, 25 May 2015 17:50:45 +0800 Subject: docs: Add collectstatic step to installation instructions Because we're now using the staticfiles app, we need to run collectstatic on init. Signed-off-by: Jeremy Kerr --- docs/INSTALL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL b/docs/INSTALL index 7e1f309..cb0eccf 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -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. -- cgit v1.2.3