django/tests/utils_tests/test_module/another_good_module.py

8 lines
102 B
Python

from . import site
content = 'Another Good Module'
site._registry.update({
'lorem': 'ipsum',
})