Skip to content

Instantly share code, notes, and snippets.

@Apreche
Created March 12, 2019 14:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Apreche/643d03178135b1e535701b9e4340d263 to your computer and use it in GitHub Desktop.
Save Apreche/643d03178135b1e535701b9e4340d263 to your computer and use it in GitHub Desktop.
Stand Alone Django Script
#!/usr/bin/env python
import os
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "projectname.settings")
import django # noqa
django.setup()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment