Skip to content
Snippets Groups Projects
Commit d4d4e8f3 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

add SECRET_KEY

parent e9962e83
No related branches found
No related tags found
No related merge requests found
from .base import * from .base import *
DEBUG = False DEBUG = False
SECRET_KEY = env.str("SECRET_KEY")
try: try:
from .local import * from .local import *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment