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

Retain order of INSTALLED_APPS in app_paths #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fritz-k
Copy link

@fritz-k fritz-k commented May 26, 2015

Commit 433b132 messes up the displayed order of apps by using an unordered dict to store app_paths.

This fix retains the order of apps but leads to the order of apps being reversed. It's not bad if using a scheme like

INSTALLED_APPS = (
# django apps
...
# 3rd party apps
...
# project apps
...
)

since your most used apps are located at the top. Still this behavior might be undesirable.

of apps given by settings.INSTALLED_APPS.
@fritz-k
Copy link
Author

fritz-k commented Nov 23, 2015

Any thoughts on this? The random order of apps is kind of annoying...

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

Successfully merging this pull request may close these issues.

1 participant