Django-admin autoregister -- automatic model registration
Automatically register models for the Django-admin. This snippet aids in the process of keeping your admin.py up-to-date with the models in your apps, have all models automatically added to the admin and reflect any future changes without updating the file. [zweckdev.com](http://zweckdev.com/)
- django
- models
- admin
- model
- django-admin
- autoregister
- auto-register