mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-29 11:22:15 +00:00
A first view that shows a user their current training status.
This commit is contained in:
8
training/urls.py
Normal file
8
training/urls.py
Normal file
@@ -0,0 +1,8 @@
|
||||
__author__ = 'Tom Price'
|
||||
|
||||
from django.conf.urls import patterns, url
|
||||
from training import views
|
||||
|
||||
urlpatterns = patterns('',
|
||||
url(r'user/(?P<pk>\d+)/$', views.UserTrainingRecordView.as_view())
|
||||
)
|
||||
Reference in New Issue
Block a user