]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/models/__init__.py
Adds the option to create static pages with several options to customize its behaviour.
[osqa.git] / forum / models / __init__.py
index 449ca3a8d94a7b5cc5c83681ab24cd5e1b05e949..7a15132362bc0bc70c0d83809d28a37818bc1278 100644 (file)
@@ -7,6 +7,7 @@ from comment import Comment
 from action import Action, ActionRepute
 from meta import Vote, Flag, Badge, Award
 from utils import KeyValue
+from page import Page
 
 try:
     from south.modelsinspector import add_introspection_rules
@@ -22,7 +23,7 @@ __all__ = [
         'Answer', 'AnswerRevision',
         'Tag', 'Comment', 'MarkedTag', 'Badge', 'Award',
         'ValidationHash', 'AuthKeyUserAssociation', 'SubscriptionSettings', 'KeyValue', 'User',
-        'Action', 'ActionRepute', 'Vote', 'Flag'
+        'Action', 'ActionRepute', 'Vote', 'Flag', 'Page'
         ]