mmcardle
mmcardle
I have had some success with the code below, but (YMMV) ``` @pytest.fixture(name='live_server', scope='function') def _live_server(live_server): # This rescopes the live_server fixture to function scope # See https://github.com/pytest-dev/pytest-django/issues/454 return live_server...
I will take a look and see what i can do.
HI @RobSisson , Thanks so much for your feedback, what you are saying makes a lot of sense. I will comment on some of the bugs/issues in separate comments later....
Hi @MiBSchmidt I think you found a bug, will try to update
Looks like an issue with the last deploy, hopefully should be fixed now
That sounds sensible, will take a look. I think in order for the download to function straight out of the box, we would need to add a `base.html` file and...
Hi @adambirds , Thanks for the feedback, Yes I have often thought of adding as an explicit config when creating a model, but never got around to it. It would...
Hey @adambirds I added an option for this on model creation. Was thinking it might be good to save a preference for this field, or use the last value used....
I like this idea, extracting the rendering code to a stand alone cli that can read from different sources
#170 I have made a start on this, just a very basic CLI command at the minute