Files
dotfiles/PROJECT.org

522 B

Project

Notes

Django projects

For running Django projects in the background, add an environment file to ~/.local/etc/project.env with contents like:

DJANGO_PATH="/home/user/src/project"
DJANGO_PORT=8000

Then enable now the project:

sysu enable --now django@project

Backlog

DONE Figure out why SSH key loading isn't working in terminal Emacs   personal bug dotfiles emacs ssh