mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
Test: update recreate image
This commit is contained in:
@@ -37,7 +37,7 @@ services:
|
||||
DB_USER: "${DB_USER}"
|
||||
DB_PASSWORD: "${DB_PASSWORD}"
|
||||
DEBUG: "False"
|
||||
ALLOWED_HOSTS: "rrbec.local.com, 0.0.0.0, django_app*"
|
||||
ALLOWED_HOSTS: "rrbec.local.com, 0.0.0.0, django_app"
|
||||
|
||||
networks:
|
||||
- app_network
|
||||
|
||||
@@ -34,19 +34,9 @@ BASE_DIR = Path(__file__).resolve().parent.parent
|
||||
SECRET_KEY = 'django-insecure-mqcnrs5!hc6bj$�@@9d8^2@x#w&$qhk3vlr5_)3znd9h6&d8'
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
DEBUG = os.getenv('DEBUG')
|
||||
|
||||
ALLOWED_HOSTS = [
|
||||
'192.168.0.100',
|
||||
'192.168.0.150',
|
||||
'192.168.1.150',
|
||||
'10.72.150.166',
|
||||
'localhost',
|
||||
'127.0.0.1',
|
||||
'rrbec.local.com',
|
||||
'django_app',
|
||||
'0.0.0.0*'
|
||||
]
|
||||
ALLOWED_HOSTS = os.getenv('ALLOWED_HOSTS')
|
||||
|
||||
|
||||
# Application definition
|
||||
|
||||
@@ -17,7 +17,7 @@ RRB&C - DashBoard
|
||||
<input id="data-start" name="data-start" oninput="mediaCuisine()" type="date">
|
||||
<input id="data-end" name="data-end" oninput="mediaCuisine()" type="date">
|
||||
</div>
|
||||
<h4 id="30-days">Últimos 30 dias</h4>
|
||||
<h4 id="30-days">Últimos 30 diAs</h4>
|
||||
</div>
|
||||
|
||||
<div class="grid-container">
|
||||
|
||||
Reference in New Issue
Block a user