mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 14:56:47 +00:00
set debug to false
This commit is contained in:
parent
9877c0d3a5
commit
09d033018b
@ -27,7 +27,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
SECRET_KEY = None
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
DEBUG = False
|
||||
|
||||
# Set this to e.g. ['127.0.0.1', 'localhost'] if DEBUG = False
|
||||
ALLOWED_HOSTS = []
|
||||
@ -194,7 +194,6 @@ LOGIN_URL = reverse_lazy('home')
|
||||
|
||||
|
||||
API_DATETIMEFORMAT = '%Y-%m-%dT%H:%M:%SZ'
|
||||
#API_DATEFORMAT = '%Y-%m-%d'
|
||||
API_DATEFORMAT = '%Y-%m-%dT%H:%M:%S'
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user