mirror of
https://github.com/django/django.git
synced 2025-04-02 12:36:41 +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.