Parcourir la source

Add doc for collectstatic

Baptiste Jonglez il y a 9 ans
Parent
commit
4344511d51
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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
 ----------