mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-17 21:57:48 +00:00
9 lines
151 B
Python
9 lines
151 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SettingsConfig(AppConfig):
|
|
name = 'settings'
|
|
|
|
def ready(self):
|
|
from . import signals_handler
|