update django verstion and libraries

This commit is contained in:
2020-06-10 12:50:59 +02:00
parent 1ef59b3517
commit 81b41142d4
29 changed files with 6291 additions and 5000 deletions

View File

@@ -22,7 +22,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = '@-9++2z_6%^vr(f0wax0aq8-pd@0u$*))w!5l^sv#wxrn7k!v-'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = ['*']
@@ -162,7 +162,7 @@ EMAIL_PORT = 25
URL_LOCATION_PROCESSOR = 'http://127.0.0.1:8000/billard/process_locationdata'
PRODUCT_INFO = 'CAROM-DEV'
PRODUCT_INFO = 'CAROM'
PRODUCT_VERSION = 'v 1.0.2-dev'
INTERNAL_IPS = ['127.0.0.1']