django/tests/i18n/loading_app/apps.py

6 lines
96 B
Python

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