Founndations for real-time event serialization/subscription/broadcasting

This commit is contained in:
Eliot Berriot 2018-03-01 20:37:48 +01:00
parent fd7c1e5dd8
commit dd5881f2c6
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
6 changed files with 127 additions and 0 deletions

View file

@ -83,6 +83,7 @@ if RAVEN_ENABLED:
# Apps specific for this project go here.
LOCAL_APPS = (
'funkwhale_api.common',
'funkwhale_api.activity.apps.ActivityConfig',
'funkwhale_api.users', # custom users app
# Your stuff: custom apps go here
'funkwhale_api.instance',