Admin pages
I am trying to learn dotnet core, coming over from python/django. In django, admin pages are included out of the box and you just have to hook up a few things.
It seems dotnet core does not have anything similar to this. However I thought maybe there were some third party packages that might have this already built. I didn't find anything searching around so I thought I would ask here.
Just to be clear, by admin pages, I mean a place where admin users have a simply CRUD interface to the database.
0 comments:
Post a Comment