Skip to content

Instantly share code, notes, and snippets.

@wraithan
Created September 15, 2011 00:00
Show Gist options
  • Select an option

  • Save wraithan/1218160 to your computer and use it in GitHub Desktop.

Select an option

Save wraithan/1218160 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
import site, sys
import env.other_settings as settings
from django.core.management import execute_manager
if __name__ == "__main__":
execute_manager(settings)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment