From da14180248ec2ce2f17f1f69e176e30f6651eaed Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 1 Apr 2011 12:07:20 +0000 Subject: enable notification on transifex, as asked by people on i18n --- modules/transifex/templates/40-apps.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/transifex/templates/40-apps.conf b/modules/transifex/templates/40-apps.conf index ce4c76c4..fe1d0492 100644 --- a/modules/transifex/templates/40-apps.conf +++ b/modules/transifex/templates/40-apps.conf @@ -6,7 +6,7 @@ ACTIONLOG_ENABLED = True # TODO: Make notifications not crash the app if email sending doesn't work. # To enable notices you also need to enable the context processor and # application below. -ENABLE_NOTICES = False +ENABLE_NOTICES = True # If True it requires a `./manage.py emit_notices` from the command line to # send the notifications/emails. -- cgit v1.2.1