There is currently no Django-admin equivalent in Nim that I know of, besides building your own two options could be:
* Use django for models and admin, use Nim to connect to database and serve API/pages * Use a Nim ORM and web framework, and use an admin framework that is designed to run directly against the DB itself
