mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-12-17 13:59:41 +01:00
9 lines
133 B
Python
9 lines
133 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class HighavailabilityConfig(AppConfig):
|
|
name = 'highAvailability'
|