SectorLabs / django-postgres-extra

Bringing all of PostgreSQL's awesomeness to Django.
MIT License
695 stars 96 forks source link

Shadowing makemigrations with pgmakemigrations? #227

Open serl opened 11 months ago

serl commented 11 months ago

Would it be advisable to rename pgmakemigrations to makemigrations?

While it smells a little hacky, even the Django doc talks about this possibility, and other notable libraries do it (like Daphne which overrides runserver).

Thanks!