We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Enabling Model Registration within an Admin Site, similar to Django, is an appealing idea. We aim to incorporate this feature into Boneless.
Do any of you have an opinion on this?
Reference link: https://docs.djangoproject.com/pt-br/4.2/ref/contrib/admin/
Maybe use that
import "github.com/renanbastos93/boneless/pkg/admin" import model "your-model" type ModelAdmin struct { model.AdminData } admin.Register(ModelAdmin)
We may need to create, generate, and utilize templates for this purpose.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Enabling Model Registration within an Admin Site, similar to Django, is an appealing idea. We aim to incorporate this feature into Boneless.
Do any of you have an opinion on this?
Reference link: https://docs.djangoproject.com/pt-br/4.2/ref/contrib/admin/
Maybe use that
We may need to create, generate, and utilize templates for this purpose.
The text was updated successfully, but these errors were encountered: