Project

General

Profile

« Previous | Next » 

Revision e4bd2abe

Added by Serghei Mihai almost 10 years ago

announces number per page set to 20

Closes #6372

View differences:

corbo/settings.py
96 96
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
97 97
MEDIA_URL = '/media/'
98 98

  
99
ANNOUNCES_PER_PAGE = 3
99
ANNOUNCES_PER_PAGE = 20
100 100

  
101 101
RSS_TITLE = 'Announces'
102 102
RSS_DESCRIPTION = ''

Also available in: Unified diff