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
Hello, I currently have a situation where I have multiple models.py files separated into their own domains and folders. I was wondering how I can get pw_migrate to auto-generate the migrations. I have tried the following with no such luck.
File Structue:
- api
- - migrations
- - auth
- - - auth
- - - - models.py
- - groups
- - - groups
- - - - models.py
Hello, I currently have a situation where I have multiple models.py files separated into their own domains and folders. I was wondering how I can get
pw_migrate
to auto-generate the migrations. I have tried the following with no such luck.File Structue:
I am running the following command:
from the /api/ folder.. and it comes back with this error message:
Does anyone have any suggestions or ideas?
I would be okay having migration folders/files like so:
However, I would need all the migrations to be able to be run against the same database.
The text was updated successfully, but these errors were encountered: