From acc65e911582797ae5e167b27e322f839d69bd7a Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Tue, 10 May 2016 18:36:06 +0200 Subject: [PATCH] [settings] Remove post_office from dev settings --- beat/web/settings/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/beat/web/settings/settings.py b/beat/web/settings/settings.py index bc17c0813..357a8efb8 100644 --- a/beat/web/settings/settings.py +++ b/beat/web/settings/settings.py @@ -342,7 +342,6 @@ INSTALLED_APPS = ( 'rest_framework.authtoken', 'jsonfield', 'actstream', - 'post_office', 'beat.web.ui.registration', -- GitLab