fix the emacs config

This commit is contained in:
Andreas Zweili 2019-08-12 22:57:04 +02:00
parent 0409aef33c
commit a43fc71521
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@
((python-mode
(pyvenv-activate . "~/git_repos/projects/network_inventory/venv/")
(eval progn
(setenv "DJANGO_SETTINGS_MODULE" "network_inventory.settings.local")))
(setenv "DJANGO_SETTINGS_MODULE" "network_inventory.settings.local"))))