mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
fix flake8
This commit is contained in:
@@ -10,8 +10,6 @@ import traceback
|
|||||||
# Centos-7 doesn't include the svg mime type
|
# Centos-7 doesn't include the svg mime type
|
||||||
# /usr/lib64/python/mimetypes.py
|
# /usr/lib64/python/mimetypes.py
|
||||||
import mimetypes
|
import mimetypes
|
||||||
mimetypes.add_type("image/svg+xml", ".svg", True)
|
|
||||||
mimetypes.add_type("image/svg+xml", ".svgz", True)
|
|
||||||
|
|
||||||
# Django Split Settings
|
# Django Split Settings
|
||||||
from split_settings.tools import optional, include
|
from split_settings.tools import optional, include
|
||||||
@@ -19,6 +17,9 @@ from split_settings.tools import optional, include
|
|||||||
# Load default settings.
|
# Load default settings.
|
||||||
from defaults import * # NOQA
|
from defaults import * # NOQA
|
||||||
|
|
||||||
|
mimetypes.add_type("image/svg+xml", ".svg", True)
|
||||||
|
mimetypes.add_type("image/svg+xml", ".svgz", True)
|
||||||
|
|
||||||
MONGO_HOST = '127.0.0.1'
|
MONGO_HOST = '127.0.0.1'
|
||||||
MONGO_PORT = 27017
|
MONGO_PORT = 27017
|
||||||
MONGO_USERNAME = None
|
MONGO_USERNAME = None
|
||||||
|
|||||||
Reference in New Issue
Block a user