Open nikhilwoodruff opened 2 weeks ago
I often need to set the database local=True to avoid the app crashing locally. But this will mean the live site doesn't access the policy database.
local=True
@nikhilwoodruff can i try to solve it?
Sure! Thanks. Should be doable with one pytest test.
@nikhilwoodruff could we communicate somewhere, do I need to ask something about it?
I often need to set the database
local=True
to avoid the app crashing locally. But this will mean the live site doesn't access the policy database.