Tagged Questions
1
vote
1answer
44 views
How to display a value where there is no none in Django admin?
Is there an djangtastic way to display a default value in admin when there isn't a value? Like 'n/a', but not to save that to the database?
When I set all the fields in the model below to readonly in ...