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

Move menus into apps #1568

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Move menus into apps #1568

wants to merge 3 commits into from

Conversation

b1rger
Copy link
Contributor

@b1rger b1rger commented Jan 30, 2025

  • feat(relations): move relations menu to relations app
  • feat(apis_entities): move entities menu to apis_entities app
  • refactor(sample_project): rearrange app order

The relations menu was hardcoded in the `base.html` template and thus
hard to configure. It is now part of the relations app, which means it
is only visible if the app is actually enabled and the menu items can be
ordered by the order of the apps in the INSTALLED_APPS list.
The entities menu was hardcoded in the `base.html` template and thus
hard to configure. It is now part of the apis_entities app, which means it
is only visible if the app is actually enabled and the menu items can be
ordered by the order of the apps in the INSTALLED_APPS list.
@b1rger b1rger changed the title birger/move relations menu Move menus into apps Jan 30, 2025
@b1rger b1rger marked this pull request as ready for review January 30, 2025 08:40
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