Karen, thanks for pointing me in the right direction as far as troubleshooting goes. I switched to development on my local machine instead of my production environment and things are working as expected, however, knowing that the issue is related to the python apache module how do I resolve this if I am unable to switch to mod_wsgi or another module besides mod_fastcgi, another hosting company that fully supports Django?
Thanks, Jason On Jul 3, 8:09 am, Karen Tracey <[email protected]> wrote: > On Fri, Jul 3, 2009 at 12:27 AM, neridaj <[email protected]> wrote: > > > I'm still unable to get this working. I am on shared hosting and > > cannot change mod_fastcgi to mod_wsgi so I am completely out of ideas. > > If it's this much of an issue to simply render a page, I guess I > > should find better hosting or use a php framework. This has been my > > first attempt at actually using the django framework on an actual > > project and I have to say that I have had nothing but problems getting > > things working from day one. I thought frameworks were supposed to > > make the routine stuff a breeze so you could focus on your app but to > > me django replaces the time it takes to build all the forms and admin > > interfaces, etc. with a mountain of server configuration. > > > > It sounds like you are trying to develop on your production environment. > Why are you not using the development server? > > Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

