Update test configuration
This commit is contained in:
parent
2680eecc9f
commit
44e5659482
3 changed files with 10 additions and 4 deletions
|
|
@ -73,6 +73,11 @@ HELPER_SETTINGS = {
|
|||
'MIDDLEWARE_CLASSES': [
|
||||
'django.contrib.messages.middleware.MessageMiddleware',
|
||||
],
|
||||
'MIGRATION_MODULES': {
|
||||
'filer': 'filer.migrations_django',
|
||||
'cmsplugin_filer_image': 'cmsplugin_filer_image.migrations_django',
|
||||
'djangocms_text_ckeditor': 'djangocms_text_ckeditor.migrations_django',
|
||||
},
|
||||
'META_SITE_PROTOCOL': 'http',
|
||||
'META_SITE_DOMAIN': 'example.com',
|
||||
'META_USE_OG_PROPERTIES': True,
|
||||
|
|
@ -88,4 +93,4 @@ HELPER_SETTINGS = {
|
|||
'SITE_ID': 1
|
||||
}
|
||||
if 'test' in sys.argv:
|
||||
HELPER_SETTINGS['INSTALLED_APPS'].append('django_nose')
|
||||
HELPER_SETTINGS['INSTALLED_APPS'].append('django_nose')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue