mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-11 04:09:45 +00:00
feat: Add LeakPasswords config
This commit is contained in:
@@ -9,3 +9,9 @@ class SettingsConfig(AppConfig):
|
||||
def ready(self):
|
||||
from . import signal_handlers # noqa
|
||||
from . import tasks # noqa
|
||||
from .models import init_sqlite_db, register_sqlite_connection
|
||||
try:
|
||||
init_sqlite_db()
|
||||
register_sqlite_connection()
|
||||
except Exception:
|
||||
pass
|
||||
|
Reference in New Issue
Block a user