XJOJIX
Results
1
issues of
XJOJIX
is there a way to work with host_url tags in tests? template: ```html+django {% load hosts %} {% host_url 'www:index' host 'www' %} ``` error: ``` django.urls.exceptions.NoReverseMatch: 'www' is not...