Import request viewset, serializer and url

This commit is contained in:
Eliot Berriot 2018-02-21 00:05:07 +01:00
parent f3d77ef7d9
commit 98b62caa24
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
6 changed files with 100 additions and 0 deletions

View file

@ -80,10 +80,12 @@ if RAVEN_ENABLED:
# Apps specific for this project go here.
LOCAL_APPS = (
'funkwhale_api.common',
'funkwhale_api.users', # custom users app
# Your stuff: custom apps go here
'funkwhale_api.instance',
'funkwhale_api.music',
'funkwhale_api.requests',
'funkwhale_api.favorites',
'funkwhale_api.radios',
'funkwhale_api.history',