Skip to content

Instantly share code, notes, and snippets.

@code-shoily
Created March 17, 2016 18:58
Show Gist options
  • Save code-shoily/00581339b373eced75ae to your computer and use it in GitHub Desktop.
Save code-shoily/00581339b373eced75ae to your computer and use it in GitHub Desktop.
(import os sys django)
(defn setup []
(sys.path.insert 1 ".")
(os.environ.setdefault "DJANGO_SETTINGS_MODULE" "project.settings")
(django.setup)
(print "Hy <3 Django"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment