##// END OF EJS Templates
Moved post image to a separate model. Each post (as of model) can contain multiple images now. The image shown to the user is got with get_first_image method
Moved post image to a separate model. Each post (as of model) can contain multiple images now. The image shown to the user is got with get_first_image method

File last commit:

r693:641dff39 1.8-dev
r693:641dff39 1.8-dev
Show More
__init__.py
9 lines | 286 B | text/x-python | PythonLexer
__author__ = 'neko259'
from boards.models.image import PostImage
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.user import Setting
from boards.models.user import User