mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
remove quote from secret key to fix syntax
This commit is contained in:
parent
4c64bb602f
commit
f65000b38e
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ A ``.env`` file is a ``.ini``-style file. It must contain a list of
|
|||
# .env
|
||||
|
||||
DJANGO_DEBUG=False
|
||||
DJANGO_SECRET_KEY=1q2w3e4r5t6z7u8i9o0(%&)$§"!pqaycz
|
||||
DJANGO_SECRET_KEY=1q2w3e4r5t6z7u8i9o0(%&)$§!pqaycz
|
||||
API_KEY=1234
|
||||
|
||||
Envdir
|
||||
|
|
|
|||
Loading…
Reference in a new issue