Skip to content

Instantly share code, notes, and snippets.

@sjsakib
Last active November 5, 2017 06:09
Show Gist options
  • Save sjsakib/eb6a4a86f59f6254aa4d8d14648c9295 to your computer and use it in GitHub Desktop.
Save sjsakib/eb6a4a86f59f6254aa4d8d14648c9295 to your computer and use it in GitHub Desktop.
#!/usr/bin/python3
import os
os.environ.setdefault('DJANGO_SETTINGS_MODULE',
'projectname.settings')
import django
django.setup()
# Codes to execute...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment