network_inventory/.dir-locals.el

8 lines
274 B
EmacsLisp
Raw Normal View History

2018-05-20 14:04:26 +02:00
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((python-mode
(pyvenv-activate . "~/git_repos/projects/network_inventory/venv/")
(eval progn
2019-08-12 22:57:04 +02:00
(setenv "DJANGO_SETTINGS_MODULE" "network_inventory.settings.local"))))