Skip to content

Instantly share code, notes, and snippets.

@rothmichaels
Last active July 6, 2016 21:44
Show Gist options
  • Select an option

  • Save rothmichaels/02af60c6cc20474969c6157b0be680bd to your computer and use it in GitHub Desktop.

Select an option

Save rothmichaels/02af60c6cc20474969c6157b0be680bd to your computer and use it in GitHub Desktop.
Django .dir-locals.el example
((python-mode
(python-shell-interpreter-args . "/PATH/TO/PROJECT/manage.py shell")
(python-shell-virtualenv-path . "/PATH/TO/VIRTUALENV")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment