django-commons/django-tasks-scheduler

Missing migrations

rwielk opened this issue · 1 comments

rwielk commented

Describe the bug
There are missing migrations

To Reproduce
Steps to reproduce the behavior:

  1. Checkout project
  2. poetry install
  3. Goto testproject
  4. Run poetry run manage.py makemigrations
  5. Missing migrations get produced

Expected behavior
No migrations are getting produced

Additional context
Will append PR

Let me know if I shall change e.g. when and how makemigration check will get called, make an extra stage, just call it in one tests or whatever.
Thanks for sharing django-tasks-scheduler.

Kind regards
Raiko

rwielk commented

PR against this #24