Update gitignore and shell.nix
This commit is contained in:
parent
30e842ce80
commit
5c47118834
2 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,6 +5,7 @@ cof/settings.py
|
|||
settings.py
|
||||
*~
|
||||
venv/
|
||||
.venv/
|
||||
.vagrant
|
||||
/src
|
||||
media/
|
||||
|
|
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue