Skip to content

Commit 6bf7c73

Browse files
committed
feat: refactor it
1 parent 595ee03 commit 6bf7c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_invoice/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
except Exception as e:
2626
pass
2727

28-
SECRET_KEY = config('SECRET_KEY')
28+
SECRET_KEY = config('SECRET_KEY', default="django-invoiceadfasdfa")
2929

3030

3131
ALLOWED_HOSTS = config("DJANGO_ALLOWED_HOSTS").split(",")

0 commit comments

Comments
 (0)