Created
September 15, 2011 00:00
-
-
Save wraithan/1218160 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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