#14693: staticfiles app doesn't work with form media framework and 3rd party asset managers --------------------------+------------------------------------------------- Reporter: jezdez | Owner: nobody Status: new | Milestone: 1.3 Component: Contrib apps | Version: 1.3-alpha Keywords: | Stage: Unreviewed Has_patch: 0 | --------------------------+------------------------------------------------- As discussed with Russell and Carl on IRC (after quite some feedback on the mailing list), the current proposal to fix this is:
* Introduce new core settings: `STATIC_URL`, `STATIC_ROOT` (which refer to non-user files, canonical setting for root of all static content) * form media and admin are modified to use this instead (starting to deprecate `ADMIN_MEDIA_PREFIX`?) * staticfiles app uses it too, as a replacement for its current `STATICFILES_URL`, `STATICFILES_ROOT` (this is actually compaptible with the original 3rd party staticfiles app) * for existing projects we keep defaulting form media to `MEDIA_URL` and have checks ready for the migrated projects * new projects automatically enable staticfiles app and aren't problematic -- Ticket URL: <http://code.djangoproject.com/ticket/14693> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.