Skip to content

Commit 304562d

Browse files
committed
🔧 Adjust venv creation
1 parent 53c8d41 commit 304562d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ celerybeat-schedule
8282
.env
8383

8484
# virtualenv
85-
venv/
86-
ENV/
85+
.venv/
8786

8887
# Spyder project settings
8988
.spyderproject

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# DIU => Django Improved User
44
# DIU_VENV is the name of directory to store the virtual environment
5-
DIU_VENV ?= venv
5+
DIU_VENV ?= .venv
66
ROOT_PYTHON ?= python3
77
DIU_PYTHON ?= $(DIU_VENV)/bin/python3
88
DIU_COV ?= $(DIU_VENV)/bin/coverage

0 commit comments

Comments
 (0)