mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-24 08:52:15 +00:00
Working version of ics interface - not very efficient
This commit is contained in:
@@ -115,7 +115,7 @@ urlpatterns = patterns('',
|
||||
name='profile_update_self'),
|
||||
|
||||
# ICS Calendar
|
||||
url(r'^ics/$', (views.CalendarICS()), name="ics_calendar"),
|
||||
url(r'^calendar/rigs.ics$', (views.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