Comment on My takeaways from DjangoCon EU 2025parentComments−rowanseymour1yIf 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.−haneul1yIs pretty equivalent to alembic autogenerate, no?
Comments
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.
Is pretty equivalent to alembic autogenerate, no?