added skeleton for infoscreen app

This commit is contained in:
okalintu
2016-08-01 20:46:48 +03:00
parent 270f8491b2
commit a49d2c0b35
13 changed files with 58 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
from django.apps import AppConfig
class InfoscreenConfig(AppConfig):
name = 'infoscreen'