From af589f318551d7c3d11585f4664eb395ad063cc9 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 eb4db096..2fa91b34 100644 --- a/re2o/settings.py +++ b/re2o/settings.py @@ -77,7 +77,6 @@ LOCAL_APPS = ( 're2o', 'preferences', 'logs', - 'printer', ) INSTALLED_APPS = ( DJANGO_CONTRIB_APPS +