소스 검색

Merge pull request #2464 from Cadmus/master

updated static and media files in django section
Brendan Forster 7 년 전
부모
커밋
2ec038e578
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Python.gitignore

+ 2 - 0
Python.gitignore

@@ -52,6 +52,8 @@ coverage.xml
 
 # Django stuff:
 *.log
+.static_storage/
+.media/
 local_settings.py
 
 # Flask stuff: