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

How about defaulting PARENT_HOST to ALLOWED_HOSTS[0] if it exists? #39

Open int-ua opened 9 years ago

int-ua commented 9 years ago

Looks reasonable to me. It will increase DRYness of the project.

I thought about it while having this problem: #38