The model I'm using for 'customers' has a BooleanField called 'blocked'. I'd like that when blocked is True other fields won't be shown, or eventually won't be editable.
How to obtain this? Thanks
The model I'm using for 'customers' has a BooleanField called 'blocked'. I'd like that when blocked is True other fields won't be shown, or eventually won't be editable.
How to obtain this? Thanks