Hallöchen!

I just tried to move from the test web server to a real Apache.  The
docs (http://www.djangoproject.com/documentation/modpython/) say

    Restart Apache, and any request to /mysite/ or below will be
    served by Django. Note that Django’s URLconfs won’t trim the
    “/mysite/” — they get passed the full URL.

Unfortunately, this breaks my urls.py.  What the best method to get
it working with both the test server and Apache?  I tried to add
(?:mysite)? to the URLs, but then the {% url %} directive doesn't
work anymore.

Tschö,
Torsten.

-- 
Torsten Bronger, aquisgrana, europa vetus
                   Jabber ID: [EMAIL PROTECTED]


--~--~---------~--~----~------------~-------~--~----~
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