discussionsettings.py 169 Bytes
Newer Older
1 2 3 4

# We intentionally define variables that aren't used
# pylint: disable=W0614

5
DISCUSSION_ALLOWED_UPLOAD_FILE_TYPES = ('.jpg', '.jpeg', '.gif', '.bmp', '.png', '.tiff')