Files
web2.0-backend/infoscreen/apps.py
T
2016-08-01 20:46:48 +03:00

6 lines
95 B
Python

from django.apps import AppConfig
class InfoscreenConfig(AppConfig):
name = 'infoscreen'