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
+1
View File
@@ -39,6 +39,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'webapp',
'members',
'infoscreen',
]
MIDDLEWARE_CLASSES = [