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

Writing custom ModelAdmin classes #23

Open
dhruvkb opened this issue Sep 23, 2018 · 0 comments
Open

Writing custom ModelAdmin classes #23

dhruvkb opened this issue Sep 23, 2018 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@dhruvkb
Copy link
Member

dhruvkb commented Sep 23, 2018

The models in kernel and shell are, as of now, being directly registered in the admin site, which leads to less than optimal forms being rendered. The goal is to write ModelAdmin classes, using features like inlines, change_form, add_form etc to make a highly functional admin site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants
@dhruvkb and others