PonyConf/accounts/apps.py

9 lines
145 B
Python
Raw Normal View History

2016-06-07 20:59:13 +00:00
from django.apps import AppConfig
class AccountsConfig(AppConfig):
name = 'accounts'
2016-06-12 17:50:11 +00:00
def ready(self):
import accounts.signals