mirror of
https://github.com/Hopiu/django.git
synced 2026-03-17 06:20:24 +00:00
9 lines
116 B
Python
9 lines
116 B
Python
from . import site
|
|
|
|
content = "Another Good Module"
|
|
|
|
site._registry.update(
|
|
{
|
|
"lorem": "ipsum",
|
|
}
|
|
)
|