remove quote from secret key to fix syntax

This commit is contained in:
Harry Moreno 2019-01-24 15:13:00 -05:00 committed by GitHub
parent 4c64bb602f
commit f65000b38e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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