pinterest / pinball

Pinball is a scalable workflow manager
Apache License 2.0
1.05k stars 130 forks source link

error relation not found #82

Open ghost opened 7 years ago

ghost commented 7 years ago

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.

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.