added url regex substitutions for categories

This commit is contained in:
lidia pereira 2019-06-19 17:33:38 +02:00
parent 6f6b611b79
commit b9182c3159

View File

@ -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