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

Add django-import-export integration to admin-index? #60

Open
alextreme opened this issue Nov 16, 2021 · 1 comment
Open

Add django-import-export integration to admin-index? #60

alextreme opened this issue Nov 16, 2021 · 1 comment
Labels

Comments

@alextreme
Copy link
Member

I know we can use fixtures, however being able to export/import the applicationgroup configuration to/from CSV and JSON would allow admin-users to easily copy over configuration between test/staging/production environments.

I suspect a hard dependency on django-import-export wouldn't be acceptable, but I suspect we could make it optional and automatically use it if installed

@sergei-maertens
Copy link
Member

sergei-maertens commented Dec 7, 2021

doesn't seem too far fetched to have an django-admin-index[import-export] dependency group

however - django-import-export typically exports per table and I'm not sure it can properly handle the relations between appgrouop and link/app group item 🤔

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

No branches or pull requests

2 participants