522 B
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