##// END OF EJS Templates
URL stamps should also be monochrome
URL stamps should also be monochrome

File last commit:

r1962:d990a0f1 default
r1966:52a70b91 default
Show More
constants.py
4 lines | 91 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
Allow using apostrophe in tags
r1962 REGEX_TAGS = re.compile(r'^[\w\s\d\']+$', re.UNICODE)