2018-01-06 12:08:53 +10:00

10 lines
179 B
Python

from django.apps import AppConfig
class ServicesConfig(AppConfig):
name = 'allianceauth.services'
label = 'services'
def ready(self):
from . import signals