geemang2022

Results 2 issues of geemang2022

I was having an issue getting the reloads to work. It turns out that NGINX is not allowing the events to be propagated. ``` upstream web { server web:8000; }...

Trying out this example. Results in an error when running test. ``` @pytest.mark.django_db class TestGeneric: alpha, omega = lambda_fixture(params=[pytest.param('start', 'end', id='uno'), pytest.param('born', 'dead', id='dos')]) def test_this_crazy(self, alpha, omega): pass ```...