##// END OF EJS Templates
Refactored post image code. Added a method to create an image or get an...
Refactored post image code. Added a method to create an image or get an existing one by hash

File last commit:

r827:9fc1212e decentral
r1025:e4f09ee8 default
Show More
__init__.py
7 lines | 211 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