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