Initial commit

This commit is contained in:
tinytools
2025-09-11 02:11:44 +02:00
commit 565ef0cad1
15 changed files with 1665 additions and 0 deletions

4
start-django.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
poetry run python manage.py migrate
yes yes | poetry run python manage.py collectstatic
poetry run python manage.py runserver 0.0.0.0:8000