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

add allowed hosts

parent df2394e1
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ from .base import * ...@@ -2,6 +2,7 @@ from .base import *
DEBUG = False DEBUG = False
SECRET_KEY = env.str("SECRET_KEY") SECRET_KEY = env.str("SECRET_KEY")
ALLOWED_HOSTS = env.list("ALLOWED_HOSTS")
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