feat!: Removes XML endpoint and adds fields for German and English tour details
This commit is contained in:
parent
b8deff0b68
commit
f5e32a6649
4 changed files with 119 additions and 229 deletions
|
|
@ -1,12 +1,7 @@
|
|||
from django.urls import path
|
||||
from .api import CongressScheduleXMLView, CongressScheduleJSONView, HackertoursMarkdownView
|
||||
from .api import CongressScheduleJSONView, HackertoursMarkdownView
|
||||
|
||||
urlpatterns = [
|
||||
path(
|
||||
'api/v1/event/<str:organizer>/<str:event>/schedule.xml',
|
||||
CongressScheduleXMLView.as_view(),
|
||||
name='schedule-xml',
|
||||
),
|
||||
path(
|
||||
'api/v1/event/<str:organizer>/<str:event>/schedule.json',
|
||||
CongressScheduleJSONView.as_view(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue