Re: CachedStaticFilesStorage and collectstatic for the very first time

2016-01-11 Thread Andrzej Mateja
StaticFilesStorage` you'll have to make sure not > to > issue such calls in modules loaded when `collectstatic` runs. > > Could you possible share the full traceback of the error raised when > `collectstatic --traceback` is run. > > Simon > > Le vendredi 8 janvier 2016

Re: CachedStaticFilesStorage and collectstatic for the very first time

2016-01-08 Thread Andrzej Mateja
nt should look like that: > > 1) Update your code to the latest version. > 2) Run `collectstatic` to cache paths to hashed versions of your assets. > 3) Restart your server. > > Simon > > Le vendredi 8 janvier 2016 09:19:30 UTC-5, Andrzej Mateja a écrit : >> >>

CachedStaticFilesStorage and collectstatic for the very first time

2016-01-08 Thread Andrzej Mateja
Hi, I have a problem with using CachedStaticFilesStorage as a STATICFILES_STORAGE and with external package containing its own static files (easy_select2 to be specific). If I deploy my project for the very first time with DEBUG = False, empty cache and no external package static files copied