added merge migration
This commit is contained in:
parent
13cc40c19c
commit
7541909390
14
apps/establishment/migrations/0088_merge_20200130_1318.py
Normal file
14
apps/establishment/migrations/0088_merge_20200130_1318.py
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Generated by Django 2.2.7 on 2020-01-30 13:18
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('establishment', '0087_western_field'),
|
||||||
|
('establishment', '0087_auto_20200130_1312'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
"""Local settings."""
|
"""Local settings."""
|
||||||
from .base import *
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
from .base import *
|
||||||
|
|
||||||
# from .amazon_s3 import *
|
# from .amazon_s3 import *
|
||||||
|
|
||||||
ALLOWED_HOSTS = ['*', ]
|
ALLOWED_HOSTS = ['*', ]
|
||||||
|
|
@ -84,11 +86,11 @@ LOGGING = {
|
||||||
'py.warnings': {
|
'py.warnings': {
|
||||||
'handlers': ['console'],
|
'handlers': ['console'],
|
||||||
},
|
},
|
||||||
# 'django.db.backends': {
|
'django.db.backends': {
|
||||||
# 'handlers': ['console', ],
|
'handlers': ['console', ],
|
||||||
# 'level': 'DEBUG',
|
'level': 'DEBUG',
|
||||||
# 'propagate': False,
|
'propagate': False,
|
||||||
# },
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user