On Aug 16, 8:08 pm, Kellie <[email protected]> wrote:
> I am new to django and mod_wsgi. I've been reading all of the
> documentation and got mod_wsgi to work with the sample script. When I
> try to change it to use django I get a server error 500. Here is my
> setup:
using a virtual environment?
import site
site.addsitedir('/var/www/packagename/lib/python2.5/site-packages')
once you get beyond that, if it gives an error about the database and
you're using sqlite, the webserver probably doesn't have write
permissions to the files.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"modwsgi" 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/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---