Re: Form assets and static file storage

2015-06-10 Thread Carl Meyer
On 06/10/2015 07:52 AM, Tim Graham wrote: > The problem has come up before: > https://code.djangoproject.com/ticket/18455 > > but there is some question about whether the design of the Media class > is something we should try to continue building on: > https://code.djangoproject.com/ticket/22298

Re: Form assets and static file storage

2015-06-10 Thread Tim Graham
The problem has come up before: https://code.djangoproject.com/ticket/18455 but there is some question about whether the design of the Media class is something we should try to continue building on: https://code.djangoproject.com/ticket/22298 The suggestion to have the built-in static tag work

Re: Form assets and static file storage

2015-06-09 Thread Collin Anderson
Hi Dom, Yeah, it looks like the admin_static is simply uses the staticfiles tag if staticfiles is installed, otherwise falls back to the core static? The only reason why it admin_static exists is because the admin can't rely on staticfiles being installed, right? Maybe pulling the the

Form assets and static file storage

2015-06-09 Thread Dominic Rodger
I recently came across a problem when using ManifestStaticFilesStorage on an app with form media, which the documentation doesn't seem to address. I'm posting here rather that on django-users, since I think we ought to at least document how to fix it, or preferably come up with a better way of