pagination set to 500 now

This commit is contained in:
mb@mb 2018-05-04 13:07:26 +02:00
parent 62f36537ad
commit c1de117f91

View File

@ -4,7 +4,7 @@ from __future__ import unicode_literals
AUTHOR = 'rra'
SITENAME = 'Welcome to the Federation'
SITEURL = ''
SITEURL = 'localhost:8000'
PATH = 'content'
THEME = 'theme/wttf'
@ -36,7 +36,7 @@ AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
DEFAULT_PAGINATION = 5
DEFAULT_PAGINATION = 500
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True