-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Hi,
Our django app uses django-tenant-schemas, thus we need to use migrate_schemas instead of migrate. I followed your user guide except for the migrate step, and always got the error below when click flagstate in django admin panel. I have researched this issue for couple hours, but there was very little info on this. I'd like to know if django-flags support migrate_schemas? That way I can understand the source of our problem.
Thank you!
`
ProgrammingError at /admin/flags/flagstate/add/
relation "flags_flagstate" does not exist
LINE 1: ...state"."value", "flags_flagstate"."required" FROM "flags_fla...
^
| Request Method: | GET |
|---|---|
| http://127.0.0.1:8000/admin/flags/flagstate/add/ | |
| 2.0.5 | |
| ProgrammingError | |
| relation "flags_flagstate" does not exist LINE 1: ...state"."value", "flags_flagstate"."required" FROM "flags_fla... |
Metadata
Metadata
Assignees
Labels
No labels