well, I am using Django1.1.1 for my new site and was doing some basic testing. It is merely an empty site with only "admin" application. The server is debian lenny with python2.5, the default charset is UTF-8. The client is windows xp chinese version, with firefox3.6 and IE8.
If I start the django in the stand alone mode (i.e. by: python manage.py runserver), everything works fine. I can visit http://mysite.com/admin/ in both firefox and IE without trouble. If I deploy it with apache/mod_python, it is another story. I got the following error message, from both firefox and IE: Page not found (404) Request Method: GET Request URL: http://mysite.com/admin/ {'path': u'admin/'} it seems to me that "(r'^admin/(.*)', admin.site.root)" in the urls.py cannot match the unicode url string u'admin/'. is this an known bug? or is there any workaround? thanks in advance. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.