Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
42fc6d6c
Commit
42fc6d6c
authored
May 02, 2015
by
Daniel W Bond
Browse files
organized imports in settings app
parent
bbd9cc1d
Changes
1
Show whitespace changes
Inline
Side-by-side
roomlist/settings/urls.py
View file @
42fc6d6c
# core django imports
from
django.conf.urls
import
patterns
,
include
,
url
from
django.contrib.auth.decorators
import
login_required
from
django.views.generic
import
TemplateView
from
django.contrib
import
admin
admin
.
autodiscover
()
admin
.
site
.
login
=
login_required
(
admin
.
site
.
login
)
...
...
Write
Preview
Markdown
is supported
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