mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-26 01:42:16 +00:00
Tidied up & added comments
This commit is contained in:
@@ -114,8 +114,8 @@ urlpatterns = patterns('',
|
||||
url(r'^user/edit/$', login_required(views.ProfileUpdateSelf.as_view()),
|
||||
name='profile_update_self'),
|
||||
|
||||
# ICS Calendar
|
||||
url(r'^calendar/rigs.ics$', (ical.CalendarICS()), name="ics_calendar"),
|
||||
# ICS Calendar - no authentication!
|
||||
url(r'^ical/rigs.ics$', (ical.CalendarICS()), name="ics_calendar"),
|
||||
|
||||
# API
|
||||
url(r'^api/(?P<model>\w+)/$', (views.SecureAPIRequest.as_view()), name="api_secure"),
|
||||
|
||||
Reference in New Issue
Block a user