##// END OF EJS Templates
Added tag 2.12.0 for changeset 9cffa58fae74
Added tag 2.12.0 for changeset 9cffa58fae74

File last commit:

r1441:f2404e3c merge decentral
r1492:3d14eafa default
Show More
__init__.py
12 lines | 361 B | text/x-python | PythonLexer
STATUS_ACTIVE = 'active'
STATUS_BUMPLIMIT = 'bumplimit'
STATUS_ARCHIVE = 'archived'
from boards.models.image import PostImage
from boards.models.attachment import Attachment
from boards.models.thread import Thread
from boards.models.post import Post
from boards.models.tag import Tag
from boards.models.user import Ban
from boards.models.banner import Banner