Error in django using Apache & mod_wsgi
- by Ignacio
Hey, I've been doing some changes to my django develpment env, as some of you suggested.
So far I've managed to configure and run it successfully with postgres.
Now I'm trying to run the app using apache2 and mod_wsgi, but I ran into this little problem after I followed the guidelines from the django docs.
When I access localhost/myapp/tasks this…