mirror of
https://github.com/django/django.git
synced 2025-09-12 05:26:27 +00:00
6 lines
101 B
Python
6 lines
101 B
Python
from . import site
|
|
content = 'Another Good Module'
|
|
|
|
site._registry.update({
|
|
'lorem': 'ipsum',
|
|
})
|