summaryrefslogtreecommitdiffstats
path: root/askbot/setup_templates/settings.py.mustache
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-10-16 11:45:03 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-10-16 11:45:03 -0600
commite641ae9c3270fdc86e6b25af2399e4c56f85867e (patch)
treef807205279cea3c86e642fea48efa07bfdfbb368 /askbot/setup_templates/settings.py.mustache
parentcf917cdbf65fb9988f582dca807472ff7f7b9705 (diff)
downloadaskbot-e641ae9c3270fdc86e6b25af2399e4c56f85867e.tar.gz
askbot-e641ae9c3270fdc86e6b25af2399e4c56f85867e.tar.bz2
askbot-e641ae9c3270fdc86e6b25af2399e4c56f85867e.zip
added tinymce to INSTALLED_APPS in setup_templates
Diffstat (limited to 'askbot/setup_templates/settings.py.mustache')
-rw-r--r--askbot/setup_templates/settings.py.mustache1
1 files changed, 1 insertions, 0 deletions
diff --git a/askbot/setup_templates/settings.py.mustache b/askbot/setup_templates/settings.py.mustache
index 7909c738..ae0ff4cc 100644
--- a/askbot/setup_templates/settings.py.mustache
+++ b/askbot/setup_templates/settings.py.mustache
@@ -164,6 +164,7 @@ INSTALLED_APPS = (
#Optional, to enable haystack search
#'haystack',
'askbot',
+ 'tinymce',
'askbot.deps.django_authopenid',
#'askbot.importers.stackexchange', #se loader
'south',