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
{{ message }}
This repository was archived by the owner on Dec 11, 2019. It is now read-only.
I'm just getting started with the pinball. (installed from master branch..) and running the master command.
But get some db table creation error.
relation "active_tokens_mfxgc3tefvew443qnfzg63rngu2tema_" does not exist
Looks like django's db creation creates tables in some order that doesn't work with postgres . I'm using django.db.backends.postgresql_psycopg2 for default database.