Hacker News new | ask | show | jobs
by rowanseymour 409 days ago
If it's the kind of project that is going to run against one PostgreSQL database then I'd probably start a new project with Django just for its database migration support. That doesn't mean everything in the project has to be Django.
1 comments

Is pretty equivalent to alembic autogenerate, no?