1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-03-15 18:27:33 +00:00
nk20/note_kfet/settings/secrets_example.py

3 lines
71 B
Python
Raw Normal View History

2020-01-28 09:28:29 +00:00
DATABASES['default']['PASSWORD'] ='CHANGE_ME'
2020-01-27 21:23:40 +00:00
SECRET_KEY = 'CHANGE_ME'