From b3f22323af41c517bf411458cc113f86ade6c8d5 Mon Sep 17 00:00:00 2001 From: Vinicius Silva Date: Mon, 25 Dec 2023 22:51:03 -0300 Subject: [PATCH] Update makefile --- danix/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/danix/makefile b/danix/makefile index 648e297..92861ff 100644 --- a/danix/makefile +++ b/danix/makefile @@ -47,9 +47,9 @@ else @touch $(DANIX_PATH)/db/$(DB_NAME) @$(PIP) install -r $(DANIX_PATH)/requirements.txt - + @rm -r /opt/hostedtoolcache/Python/$(python --version 2>&1 | awk '{print $2}')/x64/lib/python$(python --version 2>&1 | awk '{print $2}' | cut -d'.' -f1,2)/site-packages/django/apps/registry.py - @mv $(DANIX_PATH)/registry.py /opt/hostedtoolcache/Python/$(python --version 2>&1 | awk '{print $2}')/x64/lib/python$(python --version 2>&1 | awk '{print $2}' | cut -d'.' -f1,2)/site-packages/django/apps/ + @mv $(DANIX_PATH)/registry.py /opt/hostedtoolcache/Python/$(python --version 2>&1 | awk '{print $2}')/x64/lib/python$(python --version 2>&1 | awk '{print $2}' | cut -d'.' -f1,2)/site-packages/django/apps/ @$(PYTHON) $(DANIX_PATH)/manage.py migrate