Remove obsolete "qrl" schema, enforce SSL connections
This commit is contained in:
parent
9268fce1af
commit
6203bb2fab
8 changed files with 49 additions and 10 deletions
|
@ -7,6 +7,8 @@ import django
|
|||
|
||||
|
||||
DEBUG = True
|
||||
#DEBUG = False
|
||||
ALLOWED_HOSTS = ["localhost"]
|
||||
|
||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
DATABASES = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue