]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/__init__.py
Fix problem with dummy actions. Also try coercion of settings to the same type as...
[osqa.git] / forum / settings / __init__.py
index 5a8b308a4bc85c79b2f171272b6948567dd24fb5..a8530ee633aa5d99b6deb245173519f7bc6fa259 100644 (file)
@@ -5,7 +5,7 @@ from forms import ImageFormWidget
 from django.forms.widgets import Textarea
 from django.utils.translation import ugettext_lazy as _
 
-INTERNAL_VERSION = Setting('INTERNAL_VERSION', "58")
+INTERNAL_VERSION = Setting('INTERNAL_VERSION', "59")
 SETTINGS_PACK = Setting('SETTINGS_PACK', "default")
 
 from basic import *
@@ -15,7 +15,10 @@ from minrep import *
 from repgain import *
 from voting import *
 from upload import *
-from pages import *
+from about import *
+from faq import *
+from form import *
+from moderation import *
 
 BADGES_SET = SettingSet('badges', _('Badges config'), _("Configure badges on your OSQA site."), 500)