]> git.parisson.com Git - teleforma.git/commitdiff
propose another telemeta detection
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 25 May 2021 14:09:53 +0000 (16:09 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 25 May 2021 14:09:53 +0000 (16:09 +0200)
teleforma/models/core.py

index 69d38775571fd468556fe73038f2de15c8e0b39a..2d4eeef59df1274e3c00763453acc029cbca69dc 100755 (executable)
@@ -65,6 +65,10 @@ try:
 except ImportError:
     pass
 
+HAS_TELEMETA = False
+if 'telemeta' in settings.INSTALLED_APPS:
+    HAS_TELEMETA = True
+
 app_label = 'teleforma'