pygal/config_example/config.py

33 lines
631 B
Python
Raw Normal View History

2020-01-31 10:49:15 +01:00
import os
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
#
# General settings
#
# SECRET_KEY = 'define a secret key'
#
# ITEM_ROOT = os.path.join(BASE_DIR, 'data', 'example_data')
# ALLOWED_HOSTS = []
#
# Access Right settings
#
# SUSPEND_PUBLIC = True # Set this to True to ensure, that unauthenticated users have no permission
#
# Style settings
#
# DEFAULT_THEME = 'clear-red'
# THUMBNAIL_SIZES = [137, 175, 250]
# WEBNAIL_SIZES = [450, 1100, 1750]
#
# Content settings
#
# SORT_BY = False # Sorting by name if False
# SHOW_IMAGE = True
# SHOW_VIDEO = True
# SHOW_AUDIO = False
# SHOW_OTHER = False