* adds news app for future implementations
This commit is contained in:
mipel
2021-07-06 08:53:08 +02:00
parent f069baa260
commit b01442ef17
14 changed files with 132 additions and 45 deletions
+1
View File
@@ -34,6 +34,7 @@ urlpatterns = [
path('ema/', include("intervention.urls")), #ToDo
path('organisation/', include("organisation.urls")),
path('user/', include("intervention.urls")), #ToDo
path('news/', include("news.urls")),
# Autocomplete paths
path("atcmplt/orgs", OrganisationAutocomplete.as_view(), name="orgs-autocomplete"),