mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
5 lines
96 B
Python
5 lines
96 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class LoadingAppConfig(AppConfig):
|
|
name = 'loading_app'
|