From: jordan Date: Tue, 19 Apr 2011 14:57:02 +0000 (+0000) Subject: creating the updater module and disabling it in the DISABLED_MODULES list until the... X-Git-Tag: live~323 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/5c47f3f671ab9708a1f4391a40f17c53c6c7a78b creating the updater module and disabling it in the DISABLED_MODULES list until the development is completed git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@990 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum_modules/updater/__init__.py b/forum_modules/updater/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/forum_modules/updater/urls.py b/forum_modules/updater/urls.py new file mode 100644 index 0000000..e69de29 diff --git a/forum_modules/updater/views.py b/forum_modules/updater/views.py new file mode 100644 index 0000000..e69de29 diff --git a/settings_local.py.dist b/settings_local.py.dist index 9768cfa..afcc539 100644 --- a/settings_local.py.dist +++ b/settings_local.py.dist @@ -51,4 +51,4 @@ LANGUAGE_CODE = 'en' DJANGO_VERSION = 1.1 OSQA_DEFAULT_SKIN = 'default' -DISABLED_MODULES = ['books', 'recaptcha', 'project_badges'] +DISABLED_MODULES = ['books', 'recaptcha', 'project_badges', 'updater']