Merge branch 'feature/appcnfig' of github.com:nephila/djangocms-blog into feature/appcnfig

This commit is contained in:
Iacopo Spalletti 2015-10-01 23:16:29 +02:00
commit efe34f03cf
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ As all the styles are loaded in the urlconf, the latter two does not allow to ha
beneath the page the blog is attached to. If you want to do this, you have to override the default
urlconfs by setting somethik like the following in the project settings::
BLOG_PERMALINKS_URLS = {
BLOG_PERMALINK_URLS = {
'full_date': r'^(?P<year>\d{4})/(?P<month>\d{1,2})/(?P<day>\d{1,2})/(?P<slug>\w[-\w]*)/$',
'short_date': r'^(?P<year>\d{4})/(?P<month>\d{1,2})/(?P<slug>\w[-\w]*)/$',
'category': r'^post/(?P<category>\w[-\w]*)/(?P<slug>\w[-\w]*)/$',