Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Julien Veyssier
funkwhale
Commits
ed305a2c
Verified
Commit
ed305a2c
authored
Jun 10, 2018
by
Eliot Berriot
Browse files
Fixed broken configure
parent
a2f22264
Changes
1
Hide whitespace changes
Inline
Side-by-side
api/config/asgi.py
View file @
ed305a2c
...
...
@@ -2,8 +2,8 @@ import os
import
django
django
.
setup
()
from
.routing
import
application
# noqa
os
.
environ
.
setdefault
(
"DJANGO_SETTINGS_MODULE"
,
"config.settings.production"
)
django
.
setup
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment