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
advisor
Commits
37893c6a
Commit
37893c6a
authored
Mar 02, 2014
by
Ben Waters
Browse files
waiting for views to be completed
parent
a73c2adb
Changes
1
Hide whitespace changes
Inline
Side-by-side
advisor/mainapp/urls.py
View file @
37893c6a
...
...
@@ -21,9 +21,9 @@ urlpatterns = patterns('',
url
(
r
'^$'
,
TemplateView
.
as_view
(
template_name
=
'index.html'
),
name
=
'index'
),
url
(
r
'^api/'
,
include
(
router
.
urls
)),
url
(
r
'^build/'
,
build_trajectory
,
name
=
'build'
),
url
(
r
'^student/(?P<slug>[^/]+)/$'
,
DetailStudent
.
as_view
(),
name
=
'detail-student'
),
url
(
r
'^profile/(?P<slug>[^/]+)/$'
,
ProfileView
.
as_view
(),
name
=
'profile'
),
#
url(r'^student/(?P<slug>[^/]+)/$', DetailStudent.as_view(),
#
name='detail-student'),
#
url(r'^profile/(?P<slug>[^/]+)/$', ProfileView.as_view(),
#
name='profile'),
)
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