Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration order for apps with templates #57

Open
manthey opened this issue Jul 24, 2020 · 0 comments
Open

Configuration order for apps with templates #57

manthey opened this issue Jul 24, 2020 · 0 comments

Comments

@manthey
Copy link

manthey commented Jul 24, 2020

It is common to let an app template override another app's template. The override order depends on the order the apps are installed. In would be good if application order had a more obvious way to determine which apps should come before others. For instance, if you want to override a template in drf_yasg, the local apps need to come before drf_yasg.

Currently, downstream packages need to sift through apps already listed in configuration.INSTALLED_APPS for ones with templates they want to override and insert their local apps before them. There should be a better way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Inbox
Development

No branches or pull requests

1 participant