Files
web2.0-backend/infoscreen/apps.py
T
2017-09-20 20:08:26 +03:00

10 lines
175 B
Python

"""Django apps configuration file."""
from django.apps import AppConfig
class InfoscreenConfig(AppConfig):
"""Infoscreen app configuration."""
name = 'infoscreen'