django-fastdev icon indicating copy to clipboard operation
django-fastdev copied to clipboard

Feature request: turn it on/off for templates or at least for apps

Open Zymonick opened this issue 3 years ago • 1 comments

Hello,

I discovered this and I like it. The problem is, I discovered it tool late, I've been already working on my application and turning this on, will immediately throw errors on a few of my templates.

It shouldn't be like this, but I don't feel like debugging abandoning everything else and debugging my existing templates. Ideal would be to have a tag at the beginning of a template to exclude it from the check, so I can then maybe work on it later on, when I need to touch it anyway.

Thanks

Zymonick avatar Jan 31 '23 17:01 Zymonick

In your situation I would recommend having fastdev turned on for dev, but not prod.

I would guess most, if not all, of those cases in your code are real bugs that you should look at right away though :P

boxed avatar Jan 31 '23 17:01 boxed