django-admin-generator
django-admin-generator copied to clipboard
The Django Admin Generator automatically generates (scaffolds) a fully functioning Django admin by introspecting and querying your models
[[django_admin_generator/management/generate_all_admin_models.py](https://github.com/wolph/django-admin-generator/commit/a714d28c5fa7426aab9e0f94023369889d6b1a6c)](added: django_admin_generator/management/generate_all_admin_models.py)
Hi seems like a fantastic project for getting a CRUD admin for an external database when combined with https://docs.djangoproject.com/en/5.1/howto/legacy-databases/ Wanted to know if this project is active and is supported...