Update emacs dir variables

This commit is contained in:
Andreas Zweili 2022-11-22 14:14:36 +01:00
parent 3036aeebfe
commit c934870b90

View File

@ -1,8 +1,6 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((python-mode
(pyvenv-activate . "~/git_repos/projects/network_inventory/venv/")
(eval progn
(setenv "DJANGO_SETTINGS_MODULE" "network_inventory.settings.local")
(setenv "PYTEST_ADDOPTS" "-n 4 --nomigrations"))))
((eval progn
(setenv "DJANGO_SETTINGS_MODULE" "network_inventory.settings.local")
(setenv "PYTEST_ADDOPTS" "-n 4 --nomigrations"))))