mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-07-20 08:01:26 +02:00
API again
This commit is contained in:
@ -19,6 +19,10 @@ if "activity" in settings.INSTALLED_APPS:
|
||||
from activity.api.urls import register_activity_urls
|
||||
register_activity_urls(router, 'activity')
|
||||
|
||||
if "family" in settings.INSTALLED_APPS:
|
||||
from family.api.urls import register_family_urls
|
||||
register_family_urls(router, 'family')
|
||||
|
||||
if "food" in settings.INSTALLED_APPS:
|
||||
from food.api.urls import register_food_urls
|
||||
register_food_urls(router, 'food')
|
||||
|
Reference in New Issue
Block a user