1
0
mirror of https://github.com/django/django.git synced 2025-01-03 23:16:41 +00:00
django/tests/i18n/loading_app/apps.py
2020-06-01 08:38:54 +02:00

6 lines
96 B
Python

from django.apps import AppConfig
class LoadingAppConfig(AppConfig):
name = 'loading_app'