django-admin-models
v1.1.9
Published
A Node.js admin panel tool for Mongoose models inspired by Django's admin interface
Downloads
3,640
Readme
django-admin-models
A Node.js admin site tool inspired by the Django framework admin site tool. Generate full-featured administration interfaces for your Mongoose models with minimal configuration.
Table of Contents
Features
- Bootstrap v3 integration
- Multiple widget types (text, email, reference dropdown, select menu)
- Automatic admin interface generation
- Responsive design for mobile and desktop
- Pagination and sorting support
- Reference field handling with populates
- Customizable list and edit views
- No additional frontend framework required
Installation
npm install django-admin-modelsFAQ
Do I need Bootstrap? No, Bootstrap is optional. The demo includes it but you can use your own CSS.
Can I use TypeScript? Yes, django-admin-models works with TypeScript projects.
Does it have authentication? Not yet. Authentication is planned for a future release.
Community
- Have questions? Post on Stack Overflow with the django-admin-models tag
License
MIT License
