Tabelle nun korrekt

This commit is contained in:
holger.trampe 2020-04-23 16:47:37 +02:00
parent 8cdee5ebd7
commit 2c0b0099d0
4 changed files with 20 additions and 16 deletions

View File

@ -17,31 +17,35 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
############################################## DEV ##################################### ############################################## LOCAL #####################################
BASE_URL = "https://dev01.digitale-agentur.com/" BASE_URL = "http://localhost:8000/"
CRONAPIKEY = "gCddsaz6NOnE9QbXZM5LasdEk122D" CRONAPIKEY = "gCddsaz6NOnE9QbXZM5LasdEk122D"
# 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
# MAIL DEV # Database
EMAIL_HOST = 'smtp.strato.de' # https://docs.djangoproject.com/en/2.2/ref/settings/#databases
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER = "support@dev01.digitale-agentur.com"
EMAIL_HOST_PASSWORD = "support@dev01.digitale-agentur.com"
DEFAULT_FROM_EMAIL = "support@dev01.digitale-agentur.com"
# DEV # DEV
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.mysql', 'ENGINE': 'django.db.backends.mysql',
'NAME' : 'digitaleagentur_dev01', 'NAME' : 'digitaleagentur',
'USER' : 'digitaleagentur_dev01', 'USER' : 'root',
'PASSWORD' : 't3TvtGAOkFHYXdJlUMIu9u3U', 'PASSWORD' : '',
'PORT' : 3306 'PORT' : 3306
} }
} }
############################################## DEV #####################################
# MAIL DEV
EMAIL_HOST = 'gymhum.de'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER = "holger.trampe"
EMAIL_HOST_PASSWORD = "Motte2016_!"
DEFAULT_FROM_EMAIL = "holger.trampe@gymhum.de"
################################################### LOCAL ###############################
# Nach zehn Stunden läuft der Cookie ab! # Nach zehn Stunden läuft der Cookie ab!

View File

@ -9,7 +9,7 @@
</nav> </nav>
<h4>Standards aus dem Bereich {{areaname}}</h4> <h4>Standards aus dem Bereich {{areaname}}</h4>
<hr> <hr>
<div class="row ml-1 col-12"> <div class="col-12">
<table class="table hover" id="standardstable"> <table class="table hover" id="standardstable">
<thead> <thead>
<tr> <tr>

View File

@ -10,7 +10,7 @@
</nav> </nav>
<h4>Standards aus dem Aufgabenbereich {{taskname}} des Bereichs {{areaname}}</h4> <h4>Standards aus dem Aufgabenbereich {{taskname}} des Bereichs {{areaname}}</h4>
<hr> <hr>
<div class="row ml-1 col-12"> <div class="col-12">
<table class="table hover " id="standardstable"> <table class="table hover " id="standardstable">
<thead> <thead>
<tr> <tr>