add script to import playlists to sounds or to diffusions

This commit is contained in:
bkfox
2016-07-15 18:23:08 +02:00
parent f458583f68
commit 161af3fb1a
12 changed files with 393 additions and 122 deletions

View File

@@ -95,6 +95,9 @@ class DetailRoute(Route):
class AllRoute(Route):
"""
Retrieve all element of the given model.
"""
name = 'all'
@classmethod