We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd50c7 commit 8fd3f12Copy full SHA for 8fd3f12
.gitignore
@@ -82,8 +82,7 @@ celerybeat-schedule
82
.env
83
84
# virtualenv
85
-venv/
86
-ENV/
+.venv/
87
88
# Spyder project settings
89
.spyderproject
Makefile
@@ -2,7 +2,7 @@
2
3
# DIU => Django Improved User
4
# DIU_VENV is the name of directory to store the virtual environment
5
-DIU_VENV ?= venv
+DIU_VENV ?= .venv
6
ROOT_PYTHON ?= python3
7
DIU_PYTHON ?= $(DIU_VENV)/bin/python3
8
DIU_COV ?= $(DIU_VENV)/bin/coverage
0 commit comments