Update makefile
This commit is contained in:
parent
c3a87711a0
commit
628a80aff0
|
|
@ -48,9 +48,6 @@ else
|
|||
@touch $(DANIX_PATH)/db/$(DB_NAME)
|
||||
@$(PIP) install -r $(DANIX_PATH)/requirements.txt
|
||||
|
||||
@rm /usr/local/lib/python$(python --version 2>&1 | awk '{print $2}' | cut -d'.' -f1,2)/dist-packages/django/apps/registry.py
|
||||
@mv $(DANIX_PATH)/registry.py /usr/local/lib/python$(python --version 2>&1 | awk '{print $2}' | cut -d'.' -f1,2)/dist-packages/django/apps/
|
||||
|
||||
@$(PYTHON) $(DANIX_PATH)/manage.py migrate
|
||||
|
||||
@echo "Installation successfully!!! Please 'make aliases without' sudo"
|
||||
|
|
|
|||
Loading…
Reference in New Issue