On 3/9/07, Paul Childs <[EMAIL PROTECTED]> wrote:
...
>     (r'^ssi/', include('idms.ssi.urls')),
>
>     (r'^idms/',"idms.general.views.idms" ),
>

I think, since the idms pattern is not being handled by an include,
you may want this:
(r'^idms/$',"idms.general.views.idms" ),
(note the "$" at the end of the pattern).

I can't explain why Selenium is requesting http://...http:// of
course.  Perhaps a redirect gone nuts somewhere...

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to