Hacker News new | ask | show | jobs
by siliconc0w 246 days ago
I used Django to give a legacy java application an instant admin UI and REST interface. Django was able to introspect the database to generate the models, and even for an extremely crufty DB it worked reasonably well.