Why am I getting 404 in Django?
Posted
by alex
on Stack Overflow
See other posts from Stack Overflow
or by alex
Published on 2010-03-18T18:48:51Z
Indexed on
2010/03/18
18:51 UTC
Read the original article
Hit count: 397
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.
© Stack Overflow or respective owner