lemoncurry/lemoncurry/settings/test.py

5 lines
71 B
Python

from .base import *
ALLOWED_HOSTS = ['*']
SECURE_SSL_REDIRECT = False