소스 검색

Update README.rst

Denis K. 9 년 전
부모
커밋
8527e2d994
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      README.rst

+ 6 - 0
README.rst

@@ -82,6 +82,12 @@ Installation
     
     
         python manage.py migrate jet
         python manage.py migrate jet
         
         
+* Collect static if you are in production environment:
+
+    .. code:: python
+    
+            python manage.py collectstatic
+        
 * Clear your browser cache
 * Clear your browser cache
 
 
 Documentation
 Documentation