Hacker News new | ask | show | jobs
by ezst 529 days ago
Practically, Django's admin *becomes* the SQLite UI editor you are referring to, I suspect. Starting with it, the amount of UI code, backend code or SQL code to be written becomes a matter of how far you want to stretch the PoC in either direction (more effort on the views for a prettier/more unique front-end, more controller code for more business logic/cases covered, more database work to assess how the data model will scale).
1 comments

I’m saying I prefer to design a database with sql, views, and native applications rather than python classes and web interfaces.