Merge pull request #617 from pcoder/bugfix/load_blog_on_all_domains

Make /blog available on all domains
This commit is contained in:
Pcoder 2018-04-13 20:48:58 +02:00 committed by GitHub
commit 4cea97c5d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ urlpatterns += i18n_patterns(
include('ungleich_page.urls',
namespace='ungleich_page'),
name='ungleich_page'),
url(r'^blog/', include('djangocms_blog.urls', namespace='djangocms_blog')),
)
urlpatterns += [