[codestyle] format settings module
This commit is contained in:
parent
804bce4719
commit
d6ff246804
1 changed files with 5 additions and 4 deletions
|
@ -36,13 +36,14 @@ INSTALLED_APPS = [
|
|||
"django.contrib.sessions",
|
||||
"django.contrib.messages",
|
||||
"django.contrib.staticfiles",
|
||||
|
||||
"collector.apps.CollectorConfig",
|
||||
]
|
||||
if env("DEV") is True:
|
||||
INSTALLED_APPS.extend([
|
||||
"django_extensions",
|
||||
])
|
||||
INSTALLED_APPS.extend(
|
||||
[
|
||||
"django_extensions",
|
||||
]
|
||||
)
|
||||
SHELL_PLUS = "ipython"
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
Loading…
Add table
Reference in a new issue