Merge branch 'feature/appcnfig' of github.com:nephila/djangocms-blog into feature/appcnfig
This commit is contained in:
commit
efe34f03cf
1 changed files with 1 additions and 1 deletions
|
@ -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]*)/$',
|
||||
|
|
Loading…
Reference in a new issue