From a3ed49b427f25d89b895fa364b403ef1d7c64d5a Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Sun, 4 Dec 2011 20:01:29 -0500 Subject: [PATCH] Adding postmark to installed apps --- snipt/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/snipt/settings.py b/snipt/settings.py index d468648..ac99b7e 100644 --- a/snipt/settings.py +++ b/snipt/settings.py @@ -145,6 +145,7 @@ INSTALLED_APPS = ( 'django_bcrypt', 'pagination', + 'postmark', 'south', 'taggit', 'tastypie',