mirror of
https://github.com/django/django.git
synced 2025-01-01 14:06:06 +00:00
98da408964
Thanks kostko for the report.
7 lines
101 B
Python
7 lines
101 B
Python
from . import site
|
|
content = 'Another Good Module'
|
|
|
|
site._registry.update({
|
|
'lorem': 'ipsum',
|
|
})
|