added url regex substitutions for categories
This commit is contained in:
parent
6f6b611b79
commit
b9182c3159
@ -53,5 +53,8 @@ MENUITEMS = [('Manifesto', '/')]
|
|||||||
|
|
||||||
DELETE_OUTPUT_DIRECTORY = True
|
DELETE_OUTPUT_DIRECTORY = True
|
||||||
|
|
||||||
|
SLUG_REGEX_SUBSTITUTIONS = [
|
||||||
|
(r'\s', '-'),]
|
||||||
|
|
||||||
# Uncomment following line if you want document-relative URLs when developing
|
# Uncomment following line if you want document-relative URLs when developing
|
||||||
#RELATIVE_URLS = True
|
#RELATIVE_URLS = True
|
||||||
|
Loading…
Reference in New Issue
Block a user