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.net/.python-egg'
os.environ['DJANGO_SETTINGS_MODULE'] = brooski.settings

-- 
regards
Kenneth Gonsalves

-- 
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.

Reply via email to