Browse Source

Add doc for collectstatic

Baptiste Jonglez 9 years ago
parent
commit
4344511d51
1 changed files with 4 additions and 0 deletions
  1. 4 0
      INSTALL.md

+ 4 - 0
INSTALL.md

@@ -52,6 +52,10 @@ And create a superuser:
 
     python manage.py createsuperuser
 
+Lastly, you should collect static files to serve them:
+
+    python manage.py collectstatic
+
 Production
 ----------