##// END OF EJS Templates
Split up tag module from post module
Split up tag module from post module

File last commit:

r385:72926030 default
r385:72926030 default
Show More
__init__.py
7 lines | 204 B | text/x-python | PythonLexer
neko259
Moved models to a separate module folder. Starting to split up models file
r384 __author__ = 'neko259'
from boards.models.post import Post
neko259
Split up tag module from post module
r385 from boards.models.tag import Tag
neko259
Moved models to a separate module folder. Starting to split up models file
r384 from boards.models.post import Ban
from boards.models.post import Setting
from boards.models.post import User