2015-08-20 16:14 GMT+02:00 Tom Christie <[email protected]>: > Could we give users guidance on overriding the admin's application > specific static files with global static files if we do this? >
The general rule is: if several applications provide the same resource, the earliest application in INSTALLED_APPS wins. (NB: before 1.7, management commands had the opposite behavior.) -- Aymeric Augustin. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CANE-7mXPGi5e2UPvQFUZkhu4QLSk51qPzdK_cn0%2BwqbBgsnoUw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
