1 #!/usr/bin/env python
2 from django.core import management
3
4 if __name__ == "__main__":
5 management.execute_from_command_line()