Why am I getting 404 in Django?
- by alex
After installing this python Django module: http://code.google.com/p/django-compress/wiki/Installation
I am getting 404's in my media static files. This Django module is supposed to "compress" the javascript/css files. That's why I'm getting 404 I guess.
The problem is, I don't want this anymore. And when I installed this program, I did "python setup.py install"
How do I install it?
I just want to revert it back to normal so I don't get any 404 errors.