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_tokensmfxgc3tefvew443qnfzg63rngu2tema" 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.
Hi,
I'm just getting started with the pinball. (installed from master branch..) and running the master command. But get some db table creation error.
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.