ignore dazu
This commit is contained in:
parent
741de68402
commit
4d58511087
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,24 +0,0 @@
|
||||||
# Generated by Django 3.0 on 2020-10-09 17:01
|
|
||||||
|
|
||||||
from django.db import migrations, models
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
initial = True
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.CreateModel(
|
|
||||||
name='MainStatistic',
|
|
||||||
fields=[
|
|
||||||
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
|
|
||||||
('agencys', models.IntegerField(default=0)),
|
|
||||||
('users', models.IntegerField(default=0)),
|
|
||||||
('standards', models.IntegerField(default=0)),
|
|
||||||
('chatmessages', models.IntegerField(default=0)),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
]
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
# Generated by Django 3.0 on 2020-10-09 17:03
|
|
||||||
|
|
||||||
from django.db import migrations, models
|
|
||||||
import django.utils.timezone
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('adm', '0001_initial'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='mainstatistic',
|
|
||||||
name='staticdate',
|
|
||||||
field=models.DateField(default=django.utils.timezone.now),
|
|
||||||
),
|
|
||||||
]
|
|
||||||
|
|
@ -1,58 +0,0 @@
|
||||||
# Generated by Django 3.0 on 2021-01-28 09:47
|
|
||||||
|
|
||||||
from django.db import migrations, models
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('adm', '0002_mainstatistic_staticdate'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='mainstatistic',
|
|
||||||
name='absenceobjects',
|
|
||||||
field=models.IntegerField(default=0),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='mainstatistic',
|
|
||||||
name='active_abos',
|
|
||||||
field=models.IntegerField(default=0),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='mainstatistic',
|
|
||||||
name='agency_activerecover',
|
|
||||||
field=models.IntegerField(default=0),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='mainstatistic',
|
|
||||||
name='agency_recoverobjects',
|
|
||||||
field=models.IntegerField(default=0),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='mainstatistic',
|
|
||||||
name='allfiles',
|
|
||||||
field=models.IntegerField(default=0),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='mainstatistic',
|
|
||||||
name='allfiles_storage',
|
|
||||||
field=models.FloatField(default=0.0),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='mainstatistic',
|
|
||||||
name='logins',
|
|
||||||
field=models.IntegerField(default=0),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='mainstatistic',
|
|
||||||
name='organizerobjects',
|
|
||||||
field=models.IntegerField(default=0),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='mainstatistic',
|
|
||||||
name='user_active_timemanagement',
|
|
||||||
field=models.IntegerField(default=0),
|
|
||||||
),
|
|
||||||
]
|
|
||||||
|
|
@ -1,22 +0,0 @@
|
||||||
# Generated by Django 3.0 on 2021-01-28 11:22
|
|
||||||
|
|
||||||
from django.db import migrations, models
|
|
||||||
import django.utils.timezone
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('adm', '0003_auto_20210128_0947'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.CreateModel(
|
|
||||||
name='MainSalesMonth',
|
|
||||||
fields=[
|
|
||||||
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
|
|
||||||
('salesmonthdate', models.DateField(default=django.utils.timezone.now)),
|
|
||||||
('value', models.FloatField(default=0.0)),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
]
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
# Generated by Django 3.0 on 2021-02-19 10:16
|
|
||||||
|
|
||||||
from django.db import migrations, models
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('adm', '0004_mainsalesmonth'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='mainstatistic',
|
|
||||||
name='mra',
|
|
||||||
field=models.FloatField(default=0.0),
|
|
||||||
),
|
|
||||||
]
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
# Generated by Django 3.0 on 2021-02-19 10:25
|
|
||||||
|
|
||||||
from django.db import migrations
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('adm', '0005_mainstatistic_mra'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.RenameField(
|
|
||||||
model_name='mainstatistic',
|
|
||||||
old_name='mra',
|
|
||||||
new_name='mrr',
|
|
||||||
),
|
|
||||||
]
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
# Generated by Django 3.0 on 2021-03-26 11:00
|
|
||||||
|
|
||||||
from django.db import migrations, models
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('adm', '0006_auto_20210219_1025'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.CreateModel(
|
|
||||||
name='AGBLog',
|
|
||||||
fields=[
|
|
||||||
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
|
|
||||||
('entry', models.CharField(default='', max_length=5000)),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
]
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,28 +0,0 @@
|
||||||
# Generated by Django 3.0 on 2020-09-25 07:13
|
|
||||||
|
|
||||||
import colorful.fields
|
|
||||||
import datetime
|
|
||||||
from django.db import migrations, models
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
initial = True
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.CreateModel(
|
|
||||||
name='Areas',
|
|
||||||
fields=[
|
|
||||||
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
|
|
||||||
('name', models.CharField(max_length=200)),
|
|
||||||
('color', colorful.fields.RGBColorField(blank=True, colors=['#FFB900', '#E74856', '#0078D7', '#0099BC', '#7A7574'], default='#0099BC')),
|
|
||||||
('desc', models.TextField(blank=True, max_length=3000)),
|
|
||||||
('created_area_date', models.DateField(blank=True, default=datetime.date.today)),
|
|
||||||
('visible', models.BooleanField(default=True)),
|
|
||||||
('areaorder', models.IntegerField(default=0)),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
]
|
|
||||||
|
|
@ -1,34 +0,0 @@
|
||||||
# Generated by Django 3.0 on 2020-09-25 07:13
|
|
||||||
|
|
||||||
from django.conf import settings
|
|
||||||
from django.db import migrations, models
|
|
||||||
import django.db.models.deletion
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
initial = True
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('users', '0001_initial'),
|
|
||||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
|
||||||
('areas', '0001_initial'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='areas',
|
|
||||||
name='agency',
|
|
||||||
field=models.ForeignKey(on_delete=django.db.models.deletion.PROTECT, to='users.Agency'),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='areas',
|
|
||||||
name='created_area_by',
|
|
||||||
field=models.ForeignKey(null=True, on_delete=django.db.models.deletion.SET_NULL, to=settings.AUTH_USER_MODEL),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='areas',
|
|
||||||
name='usersfield',
|
|
||||||
field=models.ManyToManyField(blank=True, related_name='users_in_area', to=settings.AUTH_USER_MODEL),
|
|
||||||
),
|
|
||||||
]
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
# Generated by Django 3.0 on 2020-12-04 09:27
|
|
||||||
|
|
||||||
from django.db import migrations, models
|
|
||||||
import django.db.models.deletion
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('users', '0031_auto_20201204_0927'),
|
|
||||||
('areas', '0002_auto_20200925_0713'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.AlterField(
|
|
||||||
model_name='areas',
|
|
||||||
name='agency',
|
|
||||||
field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='users.Agency'),
|
|
||||||
),
|
|
||||||
]
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,50 +0,0 @@
|
||||||
# Generated by Django 3.0 on 2020-09-25 07:13
|
|
||||||
|
|
||||||
from django.conf import settings
|
|
||||||
from django.db import migrations, models
|
|
||||||
import django.db.models.deletion
|
|
||||||
import django.utils.timezone
|
|
||||||
import django_cryptography.fields
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
initial = True
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.CreateModel(
|
|
||||||
name='ChatMessage',
|
|
||||||
fields=[
|
|
||||||
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
|
|
||||||
('content', django_cryptography.fields.encrypt(models.CharField(default='', max_length=5000))),
|
|
||||||
('sendtime', models.DateTimeField(blank=True, default=django.utils.timezone.now)),
|
|
||||||
('author', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to=settings.AUTH_USER_MODEL)),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
migrations.CreateModel(
|
|
||||||
name='ChatRoom',
|
|
||||||
fields=[
|
|
||||||
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
|
|
||||||
('chatroomtype', models.IntegerField(default=0)),
|
|
||||||
('roomname', models.CharField(default='', max_length=200)),
|
|
||||||
('grouproomname', models.CharField(default='', max_length=200)),
|
|
||||||
('roomname_channel', models.CharField(max_length=200)),
|
|
||||||
('chatroom_createddate', models.DateTimeField(blank=True)),
|
|
||||||
('viewstatus', models.IntegerField(default=True)),
|
|
||||||
('chatmember_single', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, related_name='singleuserchat', to=settings.AUTH_USER_MODEL)),
|
|
||||||
('chatmembers', models.ManyToManyField(blank=True, related_name='users_in_chatroom', to=settings.AUTH_USER_MODEL)),
|
|
||||||
('chatmembers_admin', models.ManyToManyField(blank=True, related_name='adminusers_in_chatroom', to=settings.AUTH_USER_MODEL)),
|
|
||||||
('creator', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, to=settings.AUTH_USER_MODEL)),
|
|
||||||
('messages', models.ManyToManyField(blank=True, related_name='all_chatmessages', to='chat.ChatMessage')),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='chatmessage',
|
|
||||||
name='room',
|
|
||||||
field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='chat.ChatRoom'),
|
|
||||||
),
|
|
||||||
]
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,50 +0,0 @@
|
||||||
# Generated by Django 3.0 on 2020-09-25 07:13
|
|
||||||
|
|
||||||
import cloud.models
|
|
||||||
from django.db import migrations, models
|
|
||||||
import django.utils.timezone
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
initial = True
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.CreateModel(
|
|
||||||
name='Data',
|
|
||||||
fields=[
|
|
||||||
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
|
|
||||||
('subdir', models.CharField(blank=True, default='', max_length=2000, null=True)),
|
|
||||||
('def1', models.CharField(blank=True, default='', max_length=2000, null=True)),
|
|
||||||
('file', models.FileField(max_length=255, null=True, upload_to=cloud.models.user_directory_path)),
|
|
||||||
('date_created', models.DateTimeField(default=django.utils.timezone.now)),
|
|
||||||
('date_last_modified', models.DateTimeField(default=django.utils.timezone.now)),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
migrations.CreateModel(
|
|
||||||
name='DataDir',
|
|
||||||
fields=[
|
|
||||||
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
|
|
||||||
('name', models.CharField(blank=True, default='', max_length=2000, null=True)),
|
|
||||||
('def2', models.CharField(blank=True, default='', max_length=2000, null=True)),
|
|
||||||
('is_root', models.BooleanField(default=False)),
|
|
||||||
('is_defaultstandard', models.BooleanField(default=False)),
|
|
||||||
('date_created', models.DateTimeField(default=django.utils.timezone.now)),
|
|
||||||
('date_last_modified', models.DateTimeField(default=django.utils.timezone.now)),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
migrations.CreateModel(
|
|
||||||
name='DataFile',
|
|
||||||
fields=[
|
|
||||||
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
|
|
||||||
('name', models.CharField(blank=True, default='', max_length=2000, null=True)),
|
|
||||||
('def2', models.CharField(blank=True, default='', max_length=2000, null=True)),
|
|
||||||
('file', models.FileField(blank=True, max_length=255, null=True, upload_to=cloud.models.user_directory_path)),
|
|
||||||
('date_created', models.DateTimeField(default=django.utils.timezone.now)),
|
|
||||||
('date_last_modified', models.DateTimeField(default=django.utils.timezone.now)),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
]
|
|
||||||
|
|
@ -1,69 +0,0 @@
|
||||||
# Generated by Django 3.0 on 2020-09-25 07:13
|
|
||||||
|
|
||||||
from django.conf import settings
|
|
||||||
from django.db import migrations, models
|
|
||||||
import django.db.models.deletion
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
initial = True
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('users', '0001_initial'),
|
|
||||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
|
||||||
('cloud', '0001_initial'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='datafile',
|
|
||||||
name='agency',
|
|
||||||
field=models.ForeignKey(blank=True, default=None, null=True, on_delete=django.db.models.deletion.CASCADE, to='users.Agency'),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='datafile',
|
|
||||||
name='owner',
|
|
||||||
field=models.ForeignKey(blank=True, default=None, null=True, on_delete=django.db.models.deletion.SET_NULL, to=settings.AUTH_USER_MODEL),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='datafile',
|
|
||||||
name='parent',
|
|
||||||
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.PROTECT, related_name='thisfileindir', to='cloud.DataDir'),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='datadir',
|
|
||||||
name='agency',
|
|
||||||
field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='users.Agency'),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='datadir',
|
|
||||||
name='dirs',
|
|
||||||
field=models.ManyToManyField(blank=True, related_name='dirs_in_dirs', to='cloud.DataDir'),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='datadir',
|
|
||||||
name='owner',
|
|
||||||
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, to=settings.AUTH_USER_MODEL),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='datadir',
|
|
||||||
name='parent',
|
|
||||||
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, related_name='dir_in_dir', to='cloud.DataDir'),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='datadir',
|
|
||||||
name='visibleby',
|
|
||||||
field=models.ManyToManyField(blank=True, related_name='visible_by_user', to='users.AgencyGroup'),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='data',
|
|
||||||
name='agency',
|
|
||||||
field=models.ForeignKey(default=None, on_delete=django.db.models.deletion.CASCADE, to='users.Agency'),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='data',
|
|
||||||
name='owner',
|
|
||||||
field=models.ForeignKey(null=True, on_delete=django.db.models.deletion.SET_NULL, to=settings.AUTH_USER_MODEL),
|
|
||||||
),
|
|
||||||
]
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
# Generated by Django 3.0 on 2021-03-12 09:23
|
|
||||||
|
|
||||||
from django.db import migrations, models
|
|
||||||
import django.db.models.deletion
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('cloud', '0002_auto_20200925_0713'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.AlterField(
|
|
||||||
model_name='datafile',
|
|
||||||
name='parent',
|
|
||||||
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, related_name='thisfileindir', to='cloud.DataDir'),
|
|
||||||
),
|
|
||||||
]
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,45 +0,0 @@
|
||||||
############################################## LOCAL #####################################
|
|
||||||
BASE_URL = "http://localhost:8000/"
|
|
||||||
|
|
||||||
# SECURITY WARNING: don't run with debug turned on in production!
|
|
||||||
DEBUG = True
|
|
||||||
|
|
||||||
# Database
|
|
||||||
# https://docs.djangoproject.com/en/2.2/ref/settings/#databases
|
|
||||||
# DEV
|
|
||||||
'''
|
|
||||||
DATABASES = {
|
|
||||||
'default': {
|
|
||||||
'ENGINE': 'django.db.backends.mysql',
|
|
||||||
'NAME' : 'digitaleagentur',
|
|
||||||
'HOST' : 'http://localhost:8889',
|
|
||||||
'USER' : 'root',
|
|
||||||
'PASSWORD' : '',
|
|
||||||
}
|
|
||||||
}
|
|
||||||
'''
|
|
||||||
DATABASES = {
|
|
||||||
'default': {
|
|
||||||
'ENGINE': 'django.db.backends.mysql',
|
|
||||||
'NAME': 'da_debug',
|
|
||||||
'USER': 'root',
|
|
||||||
'PASSWORD': 'root',
|
|
||||||
'HOST': '/Applications/MAMP/tmp/mysql/mysql.sock',
|
|
||||||
'PORT': '8889',
|
|
||||||
}
|
|
||||||
}
|
|
||||||
# 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"
|
|
||||||
|
|
||||||
# REDIS
|
|
||||||
REDIS_URL = ("localhost", 6379)
|
|
||||||
|
|
||||||
ALLOWED_HOSTS = ['digitale-agentur.com', 'www.digitale-agentur.com', '127.0.0.1','localhost']
|
|
||||||
|
|
||||||
################################################### LOCAL ###############################
|
|
||||||
|
|
||||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 44 KiB |
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue