dear all i am using django with apache2 and mod_wsgi with djapian as my search engine i have noticed two major issues so far :
1) the first issue is when i use djapian im stuck in a deadlock when i call any Xapian method or function (this is explained in this ticket http://trac.xapian.org/ticket/185) i used the solution posted there for mod_wsgi i added WSGIApplicationGroup %{GLOBAL} then djapian search started to work again but i noticed that my sites css and contents was corrupted and the content of my sites was mixed, i removed WSGIApplicationGroup % {GLOBAL} and the sites was rendering normally again.(of course I am restarting apache continually) 2) i am also getting problems with different browsers , meaning when i use firefox, sites render normally but with ie 7 or 8 they are not rendering properly , i thought at the beginning it is css browsers compatibility issue but when i run my sites using django development server (using runserver command)i get my sites working fine for both ie and firefox has anyone faced similar issues please help , any suggestion is appreciated 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.