Sfoglia il codice sorgente

Merge pull request #2464 from Cadmus/master

updated static and media files in django section
Brendan Forster 7 anni fa
parent
commit
2ec038e578
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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: