django-domande
django-domande copied to clipboard
[UNMAINTAINED] A plugable Django app to represent generic questions on forms.
@bulkan The south app is at end of the life, and also most of the import statements also not working with this app. can update with all the latest changes...
- add error_message field to Question model - in the form when creating field pass self.question.error_message as the message field if its defined
Each Question should have a user selectable list of validators associated with it. phone number, postcode, numbers only, letters only. ``` python # inside of QuestionForm def answer_clean(self, value): for...