When applying a makemigrations and migrate command, I get the following warning: ‘salesforecast.business’ was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models…
I’ve checked the following:
- admin.py: business model registred once
- view.py: business model imported once
-forms.py: business model imported once
Has anyone an idea of what could be wrong?
Thanks,
Richard