Просмотр исходного кода

Merge pull request #1683 from edsondota/master

Add local_settings to Django's ignore
Brendan Forster 9 лет назад
Родитель
Сommit
a52383453b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Python.gitignore

+ 1 - 0
Python.gitignore

@@ -51,6 +51,7 @@ coverage.xml
 
 # Django stuff:
 *.log
+local_settings.py
 
 # Sphinx documentation
 docs/_build/