I am evaluating frameworks for a Proof Of Concept application. This application will have a life-cycle of about 30 days, after which it will be either forgotten or entirely rewritten. I have determined that I want to auto-generate a sample app from existing database schemas, and then just tweak some aspects of the visual design. I have watched a demo of this being done on Ruby on Rails: it auto-generates a simple view and data entry form for each table in the database, with built-in pagination etc. I've also already determined that I need to use Python, not Ruby, for this project.
So I came upon this question:
The answers there referred me to Django.
So the question. How can I auto-generate a simple CRUD application from database schemas, using Django, similar to what can be done on RoR?
What I have tried so far:
- Google Search "generate django app from db schema"
- Reviewed all the documentation referenced in How to create a sample django project?
- Reviewed the list of available cookiecutters at https://github.com/audreyr/cookiecutter