onefinestay/adyen-notification-proxy

How to setup the database

Closed this issue · 2 comments

It seems the database is not initialized automaticaly. Is there a command to do it ?

I found this : https://github.com/onefinestay/adyen-notification-proxy/blob/master/adyen_notification_proxy/management.py#L51 but I don't know how to use it...

looks like you want something like

DB_URI='/path/to/db.sqlite' python adyen_notification_proxy/management.py --setup

it works, thanks !