Fix: make run shall not change the environment

This commit is contained in:
Dirk Alders 2025-08-07 09:45:01 +02:00
parent 5df6bcc390
commit c66edf70ef

View File

@ -2,5 +2,5 @@
SHELL = /usr/bin/bash
.SILENT:
run: init
run:
venv/bin/python manage.py runserver