This website requires JavaScript.
Explore
Help
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-02-22 07:24:59 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
utils_tests
/
test_module
/
another_good_module.py
10 lines
116 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed #23670 -- Prevented partial import state during module autodiscovery Thanks kostko for the report.
2014-10-31 10:22:15 +01:00
from
.
import
site
Sorted imports with isort; refs #23860.
2015-01-28 07:35:27 -05:00
Refs #33476 -- Reformatted code with Black.
2022-02-03 20:24:19 +01:00
content
=
"
Another Good Module
"
Fixed #23670 -- Prevented partial import state during module autodiscovery Thanks kostko for the report.
2014-10-31 10:22:15 +01:00
Refs #33476 -- Reformatted code with Black.
2022-02-03 20:24:19 +01:00
site
.
_registry
.
update
(
{
"
lorem
"
:
"
ipsum
"
,
}
)
Reference in New Issue
Copy Permalink