Comment on Jolie: A drop-in replacement of Django AdminComments−jmconfuzeus4yUsing Bootstrap is a great idea because trying to work with the CSS that comes with the default admin when you're adding custom views is sucky.But I don't think most people will use this instead of the default because the admin is only used by the internal development team anyway.Django makes it so easy to add CRUD to models that using the admin doesn't make much sense in most cases.
Comments
Using Bootstrap is a great idea because trying to work with the CSS that comes with the default admin when you're adding custom views is sucky.
But I don't think most people will use this instead of the default because the admin is only used by the internal development team anyway.
Django makes it so easy to add CRUD to models that using the admin doesn't make much sense in most cases.