Re: CachedStaticFilesStorage with database cache backend - static file not found (404)

2013-06-24 Thread luke lukes
Hi Denis, I don't think it's related to database, simply a database backend cache was the simplest way to try that feature (e.g. i don't know memcache but I think that it requires over installation other sysadmin tweaks..). Anyway, - collectstatic tells me that a file (an image) is missing in an

Re: CachedStaticFilesStorage with database cache backend - static file not found (404)

2013-06-22 Thread Denis Cornehl
Hi Luke, 2013/6/21 luke lukes : > [snip] why do you think this is related to the database cache-backend? Have you tried another? > I've also launched manage.py collectstatic, but I get some errors in an app. > May be that the error? Two thoughts on this: - which errors occur on collectstatic? -

CachedStaticFilesStorage with database cache backend - static file not found (404)

2013-06-21 Thread luke lukes
Hi everyone. I've enabled CachedStaticFileStorage . I'm using db as cache backend. I followed all the things said in the django docs, now my settings looks like this: # cache table settings