Replies: 2 comments 3 replies
-
I have the same problem. Help, please |
Beta Was this translation helpful? Give feedback.
0 replies
-
Do I understand correctly that there is no automatic creation of migrations? That is, the script simply creates an empty migration file, and I need to fill it out manually, based on the examples? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My project layout:
Running
beanie new-migration -n 1 -p migrations/
from project root creates migration file with 2 empty classes.Initial migration file have to be empty?
Comparing to django migrations i fill like im missing something...
Lets consider
models.py
changed to:What to do next?
Beta Was this translation helpful? Give feedback.
All reactions