jazzband / django-hosts

Dynamic and static host resolving for Django. Maps hostnames to URLconfs.
http://django-hosts.rtfd.org
Other
982 stars 106 forks source link

can i use parameter #54

Closed SolarisYan closed 8 years ago

SolarisYan commented 8 years ago

Hello,i use django-host in this case:

{% for action in actions_list %}
<li>
    <a href="{% url  action.url_alias %}">{{ action.name_short }}</a>
</li>
{% endfor %}

and it error:

Reverse for ''user-edit' 1 host 'account'' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: []

how can i solve this problem? any one help?

timgraham commented 8 years ago

This is the bug tracker for the project. Please use the django-users mailing list for usage questions.