forked from 00dani/lemoncurry
4 lines
71 B
Python
4 lines
71 B
Python
from .base import *
|
|
|
|
ALLOWED_HOSTS = ['*']
|
|
SECURE_SSL_REDIRECT = False
|