Skip to content

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