-
Notifications
You must be signed in to change notification settings - Fork 80
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
References on Admin Page #147
Comments
I'm not familiar with Django Admin. Could you give me an example or screenshot of what you are looking for? Or at least describe now what/where you'd like to see a change vs what Torch currently does? |
Is it possible to have this in torch? |
Sure. You could format the views anyway you like with Torch. Don't forget that Torch is just a generator. Your admin views are generated once, but the expectation is that you will edit and modify them to suit your needs, and alter the views as the shape of your models changes over time. It's pretty simple today to modify a torch view and add the functionality you are describing on a per-case basis. The initial generators could get a bit smarter though and handle FK reference inputs in this manner as well as an enhancement down the line. If you want to take a try at it and submit a PR to get the ball rolling, that would be awesome! |
Is it possible to get references as a dropdown in Torch Admin page, like Django Admin?
The text was updated successfully, but these errors were encountered: