浏览代码

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: