~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to settings.py

  • Committer: franku
  • Date: 2019-03-04 17:47:12 UTC
  • mfrom: (521 widelands)
  • mto: This revision was merged to the branch mainline in revision 523.
  • Revision ID: somal@arcor.de-20190304174712-rlkrxc939fmcveuo
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
######################
191
191
# Pybb Configuration #
192
192
######################
 
193
# See also pybb defaults in pybb.settings.py
193
194
PYBB_ATTACHMENT_ENABLE = False  # disable gzip middleware when enabling attachments
194
195
PYBB_DEFAULT_MARKUP = 'markdown'
195
 
PYBB_FREEZE_FIRST_POST = False
196
196
INTERNAL_PERM='pybb.can_access_internal' # The permission string derived from pybb.models.category
197
197
 
198
198
##############################################