Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When installing pinax 4.0.0, three migration files come with the package, but a fourth is required so running makemigrations is necesary to fix it #52

Open
emilianocastaneda opened this issue May 27, 2021 · 1 comment
Labels

Comments

@emilianocastaneda
Copy link

Template instructions

  • Fill out what is applicable
  • Delete what you do not fill out

Tips for an ideal issue

Describe the bug
When installing pinax 4.0.0, three migration files come with the package, but a fourth is required so running django-admin makemigrations is necesary to generate this fourth, before the django-admin migrate

Reproduce behavior
install pinax 4.0.0
run django-admin makemigrations
a fourth migrations file appears on the migrations folder

Expected behavior
this fourth migration file should come inside the package

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop

  • OS: linux ubuntu server 20.04
  • Browser [e.g. Chrome, Firefox, Safari, Brave]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@minusf
Copy link

minusf commented Aug 24, 2022

Please release a package with the missing migration. Deployments/installations shouldn't run makemigrations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants