Reverted to paginate by 5 in place_list.

This commit is contained in:
Marcus Scholz 2020-08-20 23:32:27 +02:00
parent 3caada8f08
commit 7835ddcf16

View File

@ -29,7 +29,7 @@ SECRET_KEY = 'n$(bx8(^)*wz1ygn@-ekt7rl^1km*!_c+fwwjiua8m@-x_rpl0'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = [ 'localhost', 'warrior.home' ]
# Application definition