galamity/gallery.cfg.dist

10 lines
127 B
Plaintext
Raw Permalink Normal View History

2013-02-21 01:21:49 +00:00
CHARSET = 'utf-8'
DIRECTORY = ''
MIME = r'image/.*'
THUMB_DIR = './thumb'
THUMB_SIZE = (100,100)
2013-02-28 18:08:08 +00:00
TEMPLATE_DIR = 'templates'