Remove direct uses of checkIsActive, replace with helper methods
This makes _checkIsActive a lot easier to understand, and makes the
access checkers involved a lot more explicit.
Patch by: Sverre Rabbelier
#!/usr/bin/env python
from django.core import management
if __name__ == "__main__":
management.execute_from_command_line()