mirror of
https://git.cmoser.eu/tinytools/django-tinywiki.git
synced 2026-02-04 06:06:33 +01:00
Initial commit
This commit is contained in:
4
start-django.sh
Executable file
4
start-django.sh
Executable 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
|
||||
Reference in New Issue
Block a user