File tree Expand file tree Collapse file tree 2 files changed +0
-132
lines changed Expand file tree Collapse file tree 2 files changed +0
-132
lines changed Original file line number Diff line number Diff line change 11VENV_PATH =.venv
22PYTHON_INTERPRETER =python3
3- PYTHON_BIN =$(VENV_PATH ) /bin/python
43PIP =$(VENV_PATH ) /bin/pip
54TWINE =$(VENV_PATH ) /bin/twine
65DJANGO_MANAGE =$(VENV_PATH ) /bin/python sandbox/manage.py
1615 @echo " Please use \` make <target>' where <target> is one of"
1716 @echo
1817 @echo " install -- to install this project with virtualenv and Pip"
19- @echo " freeze-dependencies -- to write a frozen.txt file with installed dependencies versions"
20- @echo
2118 @echo " clean -- to clean EVERYTHING (Warning)"
2219 @echo " clean-var -- to clean data (uploaded medias, database, etc..)"
2320 @echo " clean-install -- to clean Python side installation"
@@ -137,13 +134,6 @@ test-initial:
137134 rm -Rf var/media-tests/
138135.PHONY : test-initial
139136
140- freeze-dependencies :
141- @echo " "
142- @echo " ==== Freeze dependencies versions ===="
143- @echo " "
144- $(VENV_PATH ) /bin/python freezer.py
145- .PHONY : freeze-dependencies
146-
147137build :
148138 @echo " "
149139 @echo " ==== Build package ===="
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments