mirror of
https://git.cmoser.eu/tinytools/django-tinywiki.git
synced 2026-02-04 06:06:33 +01:00
5 lines
151 B
Bash
Executable File
5 lines
151 B
Bash
Executable File
#!/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
|