Hacker News new | ask | show | jobs
by louis8799 2220 days ago
django-admin https://docs.djangoproject.com/en/3.0/ref/contrib/admin/
1 comments

Also flask—admin for flask: https://github.com/flask-admin/flask-admin

I find flask-admin easier to customize than django’s admin. The django ecosystem has a ton of libraries to add functionality to django admin though.