PonyConf/conversations/apps.py
Guilhem Saurel b4490c8eee Fix stuffs.
Maybe breaks other things, don't know, can't test mails for now.
2016-06-20 01:00:08 +02:00

9 lines
168 B
Python

from django.apps import AppConfig
class ConversationsConfig(AppConfig):
name = 'conversations'
def ready(self):
import conversations.signals # noqa