News app
* adds news app for future implementations
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user