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
and I try to run migrations, it gives me an error like this: django.db.utils.OperationalError: no such table: account_language.
I guess it tries to generate the type before it can run the migrations properly. It only works once I remove the ts_interface() tag from the serializer.
The text was updated successfully, but these errors were encountered:
when I have a field in a serializer like this:
and I try to run migrations, it gives me an error like this:
django.db.utils.OperationalError: no such table: account_language
.I guess it tries to generate the type before it can run the migrations properly. It only works once I remove the
ts_interface()
tag from the serializer.The text was updated successfully, but these errors were encountered: