mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
Adding secret_key to sphinx conf
This commit is contained in:
parent
c638065c9b
commit
493e63645e
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ settings.configure(
|
|||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'eav'
|
||||
]
|
||||
],
|
||||
SECRET_KEY=os.environ.get("DJANGO_SECRET_KEY", "this-is-not-s3cur3")
|
||||
)
|
||||
|
||||
# Call django.setup to load installed apps and other stuff.
|
||||
|
|
|
|||
Loading…
Reference in a new issue