poulpe/communication/apps.py

5 lines
100 B
Python
Raw Normal View History

2017-07-15 21:22:15 +02:00
from django.apps import AppConfig
class CommunicationConfig(AppConfig):
name = 'communication'