mirror of
https://github.com/django/django.git
synced 2025-10-04 12:29:11 +00:00
When using the template system in standalone mode and if the url template tag is used, ROOT_URLCONF has to be defined. Thanks techtonik for the report.