Surveys can now have required questions and comments can be turned on/off.
Storing comments is now working. However some issues arise when form errors occur, like missing context and the errors also trigger before a form has been submitted.
Reviewed by: Lennard de Rijk
#!/usr/bin/env python
from django.core import management
if __name__ == "__main__":
management.execute_from_command_line()