##// END OF EJS Templates
Added debug suffix to the site name when DEBUG is set to true. Optimized post...
Added debug suffix to the site name when DEBUG is set to true. Optimized post template tag if additional parameters are provided

File last commit:

r398:b2448061 default
r583:cf14ad32 default
Show More
__init__.py
8 lines | 242 B | text/x-python | PythonLexer
__author__ = 'neko259'
from boards.models.post import Post
from boards.models.post import Thread
from boards.models.tag import Tag
from boards.models.user import Ban
from boards.models.user import Setting
from boards.models.user import User