summaryrefslogtreecommitdiffstats
path: root/forum/management
diff options
context:
space:
mode:
authorhrcerqueira <hrcerqueira@gmail.com>2010-02-22 14:34:10 +0000
committerhrcerqueira <hrcerqueira@gmail.com>2010-02-22 14:34:10 +0000
commitc98f611472b65e8be5943fb6e9f134c21d9a0665 (patch)
tree107e6d3b0f4f236d794e194e7d9074bbff34aadf /forum/management
parent2ea80d9c8d6c9e6ace51c59ebfc194b59bb0480a (diff)
downloadaskbot-c98f611472b65e8be5943fb6e9f134c21d9a0665.tar.gz
askbot-c98f611472b65e8be5943fb6e9f134c21d9a0665.tar.bz2
askbot-c98f611472b65e8be5943fb6e9f134c21d9a0665.zip
"Reversed" some m2m relations with the user model.
Fixed and improved most of modules functionality. Definitevly moved books to a separate module. Fixed some missing imports in views. Adapted some of the interface changes Rick did on robofaqs to osqa.
Diffstat (limited to 'forum/management')
-rw-r--r--forum/management/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/forum/management/__init__.py b/forum/management/__init__.py
index e69de29b..8266592a 100644
--- a/forum/management/__init__.py
+++ b/forum/management/__init__.py
@@ -0,0 +1,3 @@
+from forum.modules import get_modules_script
+
+get_modules_script('management') \ No newline at end of file