Comment on Jolie: A drop-in replacement of Django AdminparentComments−dsnr4yI only use Python because I use Django because of the admin.−bb884yFor I think 80% of the projects I worked on the admin panel was fine.And when it wasn't, we just provided api's through DRF for users with elevated privilege, and some kind of CLI interface for people to use it.Hell, even the DRF web interface is fine for people who know how to do REST queries.
Comments
I only use Python because I use Django because of the admin.
For I think 80% of the projects I worked on the admin panel was fine.
And when it wasn't, we just provided api's through DRF for users with elevated privilege, and some kind of CLI interface for people to use it.
Hell, even the DRF web interface is fine for people who know how to do REST queries.