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
go
Commits
9c8061e2
Commit
9c8061e2
authored
Feb 08, 2019
by
David Haynes
🙆
Browse files
wtf
parent
e3f8b27f
Pipeline
#3836
passed with stage
in 1 minute and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
go/go_back/urls.py
View file @
9c8061e2
...
...
@@ -25,7 +25,6 @@ urlpatterns = [
# Root API URL
path
(
"api/"
,
include
(
ROUTER
.
urls
)),
# Authentication URLs
path
(
"auth/"
,
include
(
"rest_framework.urls"
)),
path
(
"auth/login/"
,
cas_views
.
login
,
name
=
"cas_login"
),
path
(
"auth/logout/"
,
cas_views
.
logout
,
name
=
"cas_logout"
),
path
(
"auth/token/"
,
views
.
CustomAuthToken
.
as_view
()),
...
...
go/settings/settings.py
View file @
9c8061e2
...
...
@@ -192,3 +192,5 @@ REST_FRAMEWORK = {
"rest_framework.authentication.SessionAuthentication"
,
],
}
SITE_ID
=
1
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