On Tue, 4 Feb 2014 12:00:28 -0800 Josh Cartmell <[email protected]> wrote: > My guess is that you are putting the css directly into your projects > static directory, which you shouldn't do. You should put it in a > static directory inside an app. > > I just tried it, and putting it directly in the static causes an > error, but if I put it in an apps static directory it works.
As far as I remember (its been a day), if you place a static-dir directly in your project and configure settings.py to "use" it, it will only be used by "python manage.py collectstatic" to collect the statics of all the apps into it. And before that it removes whatever you placed in there:-) - Arnold
signature.asc
Description: PGP signature
