]> git.parisson.com Git - mezzo.git/commitdiff
increase post per page
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 10 May 2016 13:38:22 +0000 (15:38 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 10 May 2016 13:38:22 +0000 (15:38 +0200)
app/local_settings.py
app/settings.py

index 5f6713e25a3cd45246511ea33bea1a383c187597..b44df967f60a67d3d55ca78c7466cca703dcec08 100644 (file)
@@ -98,6 +98,7 @@ warnings.filterwarnings(
         'ignore', r"DateTimeField .* received a naive datetime",
         RuntimeWarning, r'django\.db\.models\.fields')
 
+EVENT_SLUG = 'events'
 EVENT_GOOGLE_MAPS_DOMAIN = 'maps.google.fr'
 EVENT_PER_PAGE = 50
 EVENT_USE_FEATURED_IMAGE = True
@@ -110,3 +111,5 @@ SLUGIFY = 'django.template.defaultfilters.slugify'
 
 HOME_FEATURED_ID = 1
 BREAKING_NEWS_FEATURED_ID = 4
+
+BLOG_POST_PER_PAGE = 30
index e48f9232c8f9b3ac81bfab854a7b2b02721d1aed..cf39c4a55c3c5aa833acfd2b8eda12a1f032bc4e 100644 (file)
@@ -130,8 +130,6 @@ FILE_UPLOAD_PERMISSIONS = 0o644
 
 # MAX_UPLOAD_SIZE = 429916160
 
-EVENT_SLUG = 'events'
-
 #############
 # DATABASES #
 #############