We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595ee03 commit 6bf7c73Copy full SHA for 6bf7c73
django_invoice/settings.py
@@ -25,7 +25,7 @@
25
except Exception as e:
26
pass
27
28
-SECRET_KEY = config('SECRET_KEY')
+SECRET_KEY = config('SECRET_KEY', default="django-invoiceadfasdfa")
29
30
31
ALLOWED_HOSTS = config("DJANGO_ALLOWED_HOSTS").split(",")
0 commit comments