here is my config:
***
[m...@web101 www]$ cat myproject.wsgi
import os
import sys
sys.path = ['/home/mako/webapps/www'] + sys.path
from django.core.handlers.wsgi import WSGIHandler
os.environ['DJANGO_SETTINGS_MODULE'] = 'timssite.settings'
application = WSGIHandler()
***
that's right outside th
I use a Cherokee, Uwsgi setup. It really takes the hassle out of it as
the Cherokee admin interface just has a wizard that you point to the
uwsgi.xml file.
On Aug 28, 7:53 am, Graham Dumpleton
wrote:
> On Aug 28, 2:48 pm, Joel Klabo wrote:
>
> > All the files are shown here:http://gist.github.co
On Aug 28, 2:48 pm, Joel Klabo wrote:
> All the files are shown here:http://gist.github.com/554724
>
> I don't know what I'm doing wrong but I'm still getting 500
Go look in the Apache error log for the reason for the error and post
that here.
Better still, go watch the mod_wsgi presentation l
On Fri, 2010-08-27 at 21:48 -0700, Joel Klabo wrote:
> All the files are shown here: http://gist.github.com/554724
>
> I don't know what I'm doing wrong but I'm still getting 500
maybe you could try:
sys.path.append('/srv/www/brooski.net/')
os.environ['PYTHON_EGG_CACHE'] = '/srv/www/brooski.n
All the files are shown here: http://gist.github.com/554724
I don't know what I'm doing wrong but I'm still getting 500
--
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 unsub
5 matches
Mail list logo