kopia lustrzana https://github.com/jedie/PyInventory
Don't link static files: uWSGI reject the files ;)
rodzic
b15feb2386
commit
6b4147401b
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ install: check-poetry ## install PyInventory via poetry
|
|||
poetry install
|
||||
|
||||
manage-update: ## Collectstatic + makemigration + migrate
|
||||
./manage.sh collectstatic --noinput --link
|
||||
./manage.sh collectstatic --noinput
|
||||
./manage.sh makemigrations
|
||||
./manage.sh migrate
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ echo "$(date +%c) - ${0}"
|
|||
|
||||
poetry install --extras "postgres"
|
||||
|
||||
./manage.sh collectstatic --noinput --link
|
||||
./manage.sh collectstatic --noinput
|
||||
./manage.sh makemigrations
|
||||
./manage.sh migrate
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue