mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-10 04:50:16 +02:00
15 lines
202 B
Python
15 lines
202 B
Python
"""
|
|
Framework App Config
|
|
"""
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class FrameworkConfig(AppConfig):
|
|
"""
|
|
Framework App Config
|
|
"""
|
|
|
|
name = "allianceauth.framework"
|
|
label = "framework"
|