This commit is contained in:
2026-05-08 11:48:46 +02:00
parent 1575445df4
commit 563069d3c6
19 changed files with 557 additions and 164 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
echo "==== Starting server development in debug mode port 8000 ..."
echo "===="
../.venv/bin/python manage.py runserver 0.0.0.0:8000