diff madeira/settings/base.py @ 51:13b2561c909d

For issue #7, create a mailing list application. Still need to test that emails are being sent.
author Brian Neal <bgneal@gmail.com>
date Wed, 28 Mar 2012 21:13:05 -0500
parents 5913ddcebea4
children c723f8fa38cf
line wrap: on
line diff
--- a/madeira/settings/base.py	Sat Mar 24 16:18:48 2012 -0500
+++ b/madeira/settings/base.py	Wed Mar 28 21:13:05 2012 -0500
@@ -107,6 +107,7 @@
     'django.contrib.staticfiles',
     'articles',
     'band',
+    'email_list',
     'gigs',
     'mp3',
     'news',