Created
May 10, 2014 09:30
-
-
Save pcx/8b27ad401a60da8f0b17 to your computer and use it in GitHub Desktop.
.dir-locals.el for python-mode and Django
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
| ((nil . ((python-django-project-root | |
| . "<path-to-project-root>") | |
| (python-django-project-settings | |
| . "<settings-module-name>"))) | |
| (python-mode . ((python-shell-interpreter . "python") | |
| (python-shell-virtualenv-path | |
| . "~/.virtualenvs/<virtualenv-name'") | |
| (python-shell-interpreter-args | |
| . "~/<project-path>/manage.py shell")))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment