From d0c5e40bc8077fae2e02f65b5e081523d7b66acb Mon Sep 17 00:00:00 2001 From: Ydmir Date: Fri, 15 Jan 2016 09:27:14 +0100 Subject: [PATCH] Also added the new app corputils to installed apps in settings.py.example --- alliance_auth/settings.py.example | 1 + 1 file changed, 1 insertion(+) diff --git a/alliance_auth/settings.py.example b/alliance_auth/settings.py.example index 8eb5e13e..91d7bb5b 100755 --- a/alliance_auth/settings.py.example +++ b/alliance_auth/settings.py.example @@ -58,6 +58,7 @@ INSTALLED_APPS = ( 'hrapplications', 'timerboard', 'srp', + 'corputils', ) MIDDLEWARE_CLASSES = (