You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed django-recurrence v1.10.3 for an app I'm developing with Python 3.7.3. All is fine when I run the application locally on my dev machine, however when I deploy the application and run migrations I get the following error:
I know why this is happening. It is happening because the migration on my app references a migration on the django-recurrence package which is nonexistent. But shouldn't all migrations already exist when I install django-recurrence with pip?
How do I fix this? Thanks
The text was updated successfully, but these errors were encountered:
I installed django-recurrence v1.10.3 for an app I'm developing with Python 3.7.3. All is fine when I run the application locally on my dev machine, however when I deploy the application and run migrations I get the following error:
I know why this is happening. It is happening because the migration on my app references a migration on the django-recurrence package which is nonexistent. But shouldn't all migrations already exist when I install django-recurrence with
pip
?How do I fix this? Thanks
The text was updated successfully, but these errors were encountered: