This commit is contained in:
d0c 2023-03-29 21:46:51 +02:00
parent ddef8da82c
commit 386740dd9d
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

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

View file

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