This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-01 14:06:06 +00:00
Code
Issues
30
Releases
Wiki
Activity
91f8df5c2e
django
/
tests
/
apps
/
one_config_app
/
apps.py
6 lines
97 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed #31180 -- Configured applications automatically.
2020-07-21 08:35:12 +00:00
from
django
.
apps
import
AppConfig
class
OneConfig
(
AppConfig
)
:
Refs #33476 -- Reformatted code with Black.
2022-02-03 19:24:19 +00:00
name
=
"
apps.one_config_app
"
Reference in New Issue
Copy Permalink