From: Guillaume Pellerin Date: Wed, 9 Aug 2017 08:24:44 +0000 (+0200) Subject: Add apps.py for future versions based on django>=1.8 X-Git-Tag: 1.6.4^2~6 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2fbf5c8ad5ea03c74abc46a92ee046300f763066;p=telemeta.git Add apps.py for future versions based on django>=1.8 --- diff --git a/telemeta/apps.py b/telemeta/apps.py new file mode 100644 index 00000000..068e86ce --- /dev/null +++ b/telemeta/apps.py @@ -0,0 +1,8 @@ +from __future__ import unicode_literals +from django.apps import AppConfig + + +class TelemetaConfig(AppConfig): + + name = 'telemeta' + label = 'telemeta'