forked from DGNum/gestioCOF
1
0
Fork 0

Update gitignore and shell.nix

This commit is contained in:
Tom Hubrecht 2023-05-19 15:12:51 +02:00
parent 30e842ce80
commit 5c47118834
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -5,6 +5,7 @@ cof/settings.py
settings.py
*~
venv/
.venv/
.vagrant
/src
media/
@ -19,4 +20,4 @@ media/
# VSCode
.vscode/
.direnv
.direnv

View File

@ -6,6 +6,8 @@ pkgs.mkShell {
virtualenv .venv
source .venv/bin/activate
pip install -r requirements-devel.txt | grep -v 'Requirement already satisfied:'
'';
packages = with pkgs; [