Fix: make run shall not change the environment

This commit is contained in:
Dirk Alders 2025-08-07 09:44:51 +02:00
parent 87768e8a41
commit 8c3256fb20

View File

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