Skip to content
Snippets Groups Projects
Commit 65fd7aba authored by Patricio Kumagae's avatar Patricio Kumagae
Browse files

set DEBUG

parent 68405830
No related branches found
No related tags found
No related merge requests found
...@@ -11,4 +11,6 @@ CONTRACTS = { ...@@ -11,4 +11,6 @@ CONTRACTS = {
}, },
} }
CURRENT_CONTRACT_VERSION = '01' CURRENT_CONTRACT_VERSION = '01'
\ No newline at end of file
DEBUG = True
\ No newline at end of file
...@@ -11,4 +11,6 @@ CONTRACTS = { ...@@ -11,4 +11,6 @@ CONTRACTS = {
}, },
} }
CURRENT_CONTRACT_VERSION = '01' CURRENT_CONTRACT_VERSION = '01'
\ No newline at end of file
DEBUG = True
\ No newline at end of file
...@@ -11,4 +11,6 @@ CONTRACTS = { ...@@ -11,4 +11,6 @@ CONTRACTS = {
}, },
} }
CURRENT_CONTRACT_VERSION = '01' CURRENT_CONTRACT_VERSION = '01'
\ No newline at end of file
DEBUG = False
\ No newline at end of file
...@@ -28,7 +28,7 @@ SECRET_KEY = 'k-9nuqgkzn64pi4^ex)syxv7_$gg1p7k1bfaunkgk13c5*ib=(' ...@@ -28,7 +28,7 @@ SECRET_KEY = 'k-9nuqgkzn64pi4^ex)syxv7_$gg1p7k1bfaunkgk13c5*ib=('
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True
ALLOWED_HOSTS = [] ALLOWED_HOSTS = ['*']
# Application definition # Application definition
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment