Commit 49f80fdc by François C.

Suppression imports inutiles dans settings_example.py

parent f4e20155
Pipeline #731 failed with stage
in 11 seconds
...@@ -14,8 +14,6 @@ https://docs.djangoproject.com/en/1.8/ref/settings/ ...@@ -14,8 +14,6 @@ https://docs.djangoproject.com/en/1.8/ref/settings/
import os import os
from .settings_secret import * from .settings_secret import *
from .settings_constants import *
from .texts.cagette import *
from .config import * from .config import *
from .customized_errors_filter import * from .customized_errors_filter import *
...@@ -222,4 +220,4 @@ LOGGING = { ...@@ -222,4 +220,4 @@ LOGGING = {
# 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
CORS_ORIGIN_ALLOW_ALL = True # Needed to make dev test with different IP and ports CORS_ORIGIN_ALLOW_ALL = True # Needed to make dev test with different IP and ports
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment