How do I do a migration if my backend container won't start due to an error? #1345
Unanswered
tharrington
asked this question in
Questions
Replies: 1 comment
-
see here on how to apply migrations |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Commit to Help
Example Code
Description
I have an error that was caused by some model code. I have updated the models and I want to create a new migration, but the following command fails:
Looking at the logs, it's clear this is caused by my model not having a relationship done properly.
Operating System
macOS
Operating System Details
Mac M1
Python Version
3.11.2
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions