Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Julien Jerphanion
Rex Dri
Commits
40532924
Commit
40532924
authored
Sep 17, 2018
by
Florent Chehab
Browse files
flake8 fix
parent
9765119b
Changes
2
Hide whitespace changes
Inline
Side-by-side
general/urls.py
View file @
40532924
from
django.conf
import
settings
from
django.conf.urls.static
import
static
from
django.conf.urls
import
include
,
url
from
django.urls
import
path
from
django.contrib
import
admin
from
django.views.generic.base
import
RedirectView
import
django_cas_ng.views
...
...
general/views.py
View file @
40532924
from
django.shortcuts
import
render
from
django.contrib.auth.models
import
User
,
Group
from
django.contrib.auth.models
import
Group
from
backend.utils
import
is_member
from
django.http
import
HttpResponse
import
re
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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