Architecture

This commit is contained in:
Fabrice Mouhartem 2019-04-25 00:34:18 +05:30
parent 0092a2c304
commit 7216769c16
1 changed files with 7 additions and 0 deletions

View File

@ -49,5 +49,12 @@ SOCIAL = ()
DEFAULT_PAGINATION = 10
PAGE_PAGINATION = 5
# Articles URL
ARTICLE_URL = '{category}/{slug}.html'
ARTICLE_SAVE_AS = ARTICLE_URL
CATEGORY_URL = '{slug}/'
CATEGORY_SAVE_AS = '{slug}/index.html'
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True