pagination set to 500 now
This commit is contained in:
parent
62f36537ad
commit
c1de117f91
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user