From 6e89b67eefe3c230aa59ce55c403b7b4932ec50c Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Thu, 7 Sep 2017 23:40:16 +0200 Subject: Configuration de l’application --- __init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to '__init__.py') diff --git a/__init__.py b/__init__.py index 85dbd5c..dbcf830 100644 --- a/__init__.py +++ b/__init__.py @@ -12,3 +12,5 @@ # # You should have received a copy of the GNU Affero General Public License # along with celcatsanitizer. If not, see . + +default_app_config = "edt.apps.EdtConfig" -- cgit v1.2.1