problem with my urls.py url matching.
This line
(r'^zones/(?P<domain>[.\w]+)/$', zones)
will match any url like /domain.com/ /domain.net/ domain.org/ etc.
just fine
what changes would I need to make to this line to also match domains
such as below?
44.44.44.in-addr-arpa
11.11.11.in-addr-arpa
thanks in advance
-mike
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment