Re: CSS Issues

2008-01-07 Thread pacman
Thanks for you help everyone I finally figured it out. I created another virtual host to serve my media and it worked. Looks like this: ServerAdmin [EMAIL PROTECTED] ServerName media.abc.net DocumentRoot /srv/django_site/media/ Options None AllowOverride None

Re: CSS Issues

2008-01-07 Thread pacman
Ok I tried the sym link method and that doesn't seem to work. Grady, what are you referencing from the documentation? Are you referring to the tags? If so I have those tossed within the virtualhost tag. Should I make those global and not within a virtual host tag? On Jan 7, 4:51 am, Collin Grady

CSS Issues

2008-01-06 Thread pacman
Hi, I have a strange issue with my css not loading. CSS and Images seem to work fine for the admin portion of the site but when I try to add my own CSS it can't seem to find it. my variables look as such: MEDIA_ROOT = '/srv/abc/media/' MEDIA_URL = 'http://www.abc.net/media/' ADMIN_MEDIA_PREFIX =

Re: MOD_PYTHON ERROR

2007-11-15 Thread pacman
well actually I take back part of what I said. I am still getting errors it simply gives me a django error page instead of a white text page with python errors. Request Method: GET Request URL:http://django.xyz.net/blogger/ Exception Type: ImproperlyConfigured Exception Value:

Re: MOD_PYTHON ERROR

2007-11-15 Thread pacman
Ok this morning it seems that I have found the error but I am not sure why this is. So this morning I decided to try and svn update on my django 96 source and after doing so. I was able to get my functionality back. Next I decided to run my script that removes pyc files. After doing so I again go

Re: MOD_PYTHON ERROR

2007-11-15 Thread pacman
Well, from what I can tell, there should not be any incompatibilities since as of right now the farthest that I have gotten was creating models. I didn't see anything from the wiki list that would pose a problem. I tested out on the django built-in server yesterday and it runs like a charm. So my

MOD_PYTHON ERROR

2007-11-14 Thread pacman
Hello all, I'm not for sure what this error is all about. I had django up and running with out flaw for quite a while but last night I decided to svn update my django source and that's when it seemed to flip out giving me this error message. Also I have have a script that I run from time to time t