From 7b09c93d09f4e2925cb1adae99b957c5b9b34d06 Mon Sep 17 00:00:00 2001 From: Maxime Bombar Date: Fri, 29 Jun 2018 05:54:54 +0200 Subject: [PATCH] Printer is an optional app --- re2o/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/re2o/settings.py b/re2o/settings.py index ec655844..0a019d2d 100644 --- a/re2o/settings.py +++ b/re2o/settings.py @@ -77,7 +77,6 @@ LOCAL_APPS = ( 're2o', 'preferences', 'logs', - 'printer', ) INSTALLED_APPS = ( DJANGO_CONTRIB_APPS +