Does this syntax for specifying Django conditional form display align with python/django convention?
- by andy
I asked a similar question on Stackoverflow and was told it was better asked here. So I'll ask it slightly rephrased.
I am working on a Django project, part of which will become a distributable plugin that allows the python/django developer to specify conditional form field display logic in the form class or model class. I am trying to decide…