mirror of
https://github.com/django/django.git
synced 2025-01-03 23:16:41 +00:00
dd1ca50b09
Regression in e3e48b0012
.
Thanks to Shai Berger for report, reproduce and suggested fix.
6 lines
96 B
Python
6 lines
96 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class LoadingAppConfig(AppConfig):
|
|
name = 'loading_app'
|