##// END OF EJS Templates
Escape post title
Escape post title

File last commit:

r1951:1024ce38 default
r1953:d2215f6e default
Show More
constants.py
4 lines | 89 B | text/x-python | PythonLexer
neko259
Added sticker pack functionality
r1951 import re
neko259
Store images as regular attachments instead of separate model
r1590 FILE_DIRECTORY = 'files/'
neko259
Added sticker pack functionality
r1951 REGEX_TAGS = re.compile(r'^[\w\s\d]+$', re.UNICODE)