Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
Scinage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Science Computing
Scinage
Commits
d41bce1e
Commit
d41bce1e
authored
Mar 26, 2020
by
heoegema
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hot fix, auth broke due to the merge palooza
parent
ca635f38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
scinage/urls.py
scinage/urls.py
+0
-2
No files found.
scinage/urls.py
View file @
d41bce1e
...
...
@@ -32,8 +32,6 @@ handler404 = layers.views.handler404
urlpatterns
=
[
url
(
r
'^admin/'
,
admin
.
site
.
urls
),
url
(
r
'^dashboard/'
,
layers
.
dashboard
.
dashboard_all
,
name
=
"dashboard"
),
url
(
r
'^accounts/login/$'
,
django_cas_ng
.
views
.
LoginView
.
as_view
(),
name
=
'login'
),
url
(
r
'^accounts/logout/$'
,
django_cas_ng
.
views
.
LogoutView
.
as_view
(),
name
=
'logout'
),
url
(
r
'^$'
,
layers
.
views
.
frontpage
,
name
=
"home"
),
url
(
r
'^uploadimage/$'
,
layers
.
views
.
ajaximage
,
name
=
"upload_image"
),
url
(
r
'^uploadvideo/$'
,
layers
.
views
.
ajaxvideo
,
name
=
"upload_video"
),
...
...
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