Skip to content

Commit

Permalink
euth_wagtail: add communitydebate to installed apps and urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Rineee committed Apr 20, 2020
1 parent 8e1b09c commit 564c38c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions euth_wagtail/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
'euth.follows',
'euth.blueprints',
'euth.contrib',
'euth.communitydebate'
]

MIDDLEWARE = [
Expand Down
2 changes: 2 additions & 0 deletions euth_wagtail/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from adhocracy4.reports.api import ReportViewSet
from euth.accounts import urls as accounts_urls
from euth.blueprints import urls as blueprints_urls
from euth.communitydebate import urls as communitydebate_urls
from euth.contrib.sitemaps.adhocracy4_sitemap import Adhocracy4Sitemap
from euth.contrib.sitemaps.static_sitemap import StaticSitemap
from euth.dashboard import urls as dashboard_urls
Expand Down Expand Up @@ -103,6 +104,7 @@
wagtail_sitemap_views.sitemap,
{'sitemaps': sitemaps}, name='sitemaps'),
url(r'', include(wagtail_urls)),
url(r'^communitydebate/', include(communitydebate_urls)),
)

urlpatterns += [
Expand Down

0 comments on commit 564c38c

Please sign in to comment.