Fix not working isIdDeveloper() function after recent commit. There is still confusion within getFormFields method (email is not id), but this change doesn't address that problem.
Patch by: Pawel Solyga
Review by: to-be-reviewed
#!/usr/bin/env python
from django.core import management
if __name__ == "__main__":
management.execute_from_command_line()