mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-22 09:18:13 +00:00
Pre merge
This commit is contained in:
@@ -59,3 +59,6 @@ class UserSlugCheckHelper(Helper):
|
||||
return Response(status=HTTP_204_NO_CONTENT)
|
||||
except UserProfile.DoesNotExist:
|
||||
return Response(status=HTTP_200_OK)
|
||||
|
||||
class RadioHelper(Helper):
|
||||
def get(self, request):
|
||||
|
||||
@@ -64,6 +64,7 @@ urlpatterns = patterns(
|
||||
url(r'^_act/play', helpers.ActivityPlayHelper.as_view()),
|
||||
url(r'^_chat/', helpers.ChatHelper.as_view()),
|
||||
|
||||
url(r('^_radio'), helpers.RadioHelper.as_view())
|
||||
|
||||
url(r'^__debug/', DebugView.as_view()),
|
||||
|
||||
|
||||
BIN
core/jingles/220.mp3
Normal file
BIN
core/jingles/220.mp3
Normal file
Binary file not shown.
BIN
core/jingles/360.mp3
Normal file
BIN
core/jingles/360.mp3
Normal file
Binary file not shown.
BIN
core/jingles/440.mp3
Normal file
BIN
core/jingles/440.mp3
Normal file
Binary file not shown.
Reference in New Issue
Block a user