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

Fixes #49, Handle custom admin pages #55

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bdnettleton
Copy link

@bdnettleton bdnettleton commented Sep 15, 2022

Simple changes in admin.py to change reverse url lookup to use the proper admin site name instead of always using the default "admin".

Includes new custom_admin page in test_proj and tests to check that the reverse url lookup works properly.

Description

Simple changes in admin.py to change reverse url lookup to use the proper admin site name instead of always using the default "admin".

Includes new custom_admin page in test_proj and tests to check that the reverse url lookup works properly.

Fixes #49

Checklist

  • Tests covering the new functionality have been added
  • Code builds clean without any errors or warnings
  • Documentation has been updated. (no documentation changes)
  • Changes have been added to the CHANGELOG.md
  • You added yourself to the CONTRIBUTORS.md

Simple changes in admin.py to change reverse url lookup to use the proper admin site name instead of always using the default "admin".

Includes new custom_admin page in test_proj and tests to check that the reverse works properly.
@bdnettleton
Copy link
Author

Can some maintainer kick off the workflow for this? I think the new tests should all pass but it's always nice to get some confirmation.

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.

Dynamically set admin url name to be redirected to on action execution
1 participant