Skip to content

Retain order of INSTALLED_APPS in app_paths#23

Open
fritz-k wants to merge 1 commit into
fgallina:masterfrom
fritz-k:master
Open

Retain order of INSTALLED_APPS in app_paths#23
fritz-k wants to merge 1 commit into
fgallina:masterfrom
fritz-k:master

Conversation

@fritz-k

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

Copy link
Copy Markdown

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

fritz-k commented Nov 23, 2015

Copy link
Copy Markdown
Author

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