]> git.parisson.com Git - telemeta.git/commitdiff
Add apps.py for future versions based on django>=1.8
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 9 Aug 2017 08:24:44 +0000 (10:24 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 9 Aug 2017 08:24:44 +0000 (10:24 +0200)
telemeta/apps.py [new file with mode: 0644]

diff --git a/telemeta/apps.py b/telemeta/apps.py
new file mode 100644 (file)
index 0000000..068e86c
--- /dev/null
@@ -0,0 +1,8 @@
+from __future__ import unicode_literals
+from django.apps import AppConfig
+
+
+class TelemetaConfig(AppConfig):
+
+    name = 'telemeta'
+    label = 'telemeta'