def main():
    app('topic_post', TOPIC_POSTS)
Beispiel #2
0
def main():
    app('forum', FORUM)
Beispiel #3
0
def main():
    app('topic', TOPIC)
def main():
    app('user_group', USER_GROUP)
Beispiel #5
0
def main():

    app('category', CATEGORY)
def main():
    app('attachment', ATTACHMENT)
Beispiel #7
0
def main():
    app('post_text', POSTTEXT)
Beispiel #8
0
def main():
    app('user',USER)
Beispiel #9
0
def main():
    app('post', POST)