mirror of
https://github.com/Hopiu/django.git
synced 2026-03-21 00:10:27 +00:00
5 lines
101 B
Python
5 lines
101 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class LoadingAppConfig(AppConfig):
|
|
name = 'i18n.loading_app'
|