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
This has been a long issue I encountered on this project for a while now. I think it is right time to insert that into this project.
(.venv) PS C:\Users\<me>What\ever\the\dir\is> python manage.py reset_db
You have requested a database reset.
This will IRREVERSIBLY DESTROY
ALL data in the database "visuleoport".
Are you sure you want to do this?
Type 'yes' to continue, or 'no' to cancel: yes
CommandError: Unknown database engine django_tenants.postgresql_backend
Steps involved in solving
Finding the target settings containing the allowed Databases: DEFAULT_POSTGRESQL_ENGINES
FEATURE REQUEST
Description
This has been a long issue I encountered on this project for a while now. I think it is right time to insert that into this project.
Steps involved in solving
DEFAULT_POSTGRESQL_ENGINES
Attempts to Solve
The text was updated successfully, but these errors were encountered: