Added secret key!

This commit is contained in:
Tris Forster 2022-11-19 22:35:06 +11:00
parent 18e5893cc2
commit dfe4a925c7

View File

@ -1,5 +1,7 @@
from .settings_default import *
SECRET_KEY = "jh984g3i04tv3n09t^&*^v9v"
try:
from .settings_local import *
except ImportError: