d0c 1 year ago
parent
commit
386740dd9d
2 changed files with 3 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 2 1
      mysuitablephone/settings.py

+ 1 - 0
.gitignore

@@ -1,6 +1,7 @@
 todo.md
 db.sqlite3
 *.test.json
+settings_local.py
 
 # ---> Python
 # Byte-compiled / optimized / DLL files

+ 2 - 1
mysuitablephone/settings.py

@@ -145,4 +145,5 @@ REST_FRAMEWORK = {
     'DEFAULT_FILTER_BACKENDS': ['django_filters.rest_framework.DjangoFilterBackend']
 }
 
-LINEAGEWIKI = '/home/francesco/Code/lineage_wiki'
+
+from .settings_local import *