Skip to content

Commit 5211202

Browse files
committed
Activa el entorno virtual antes de esportar los datos
1 parent 99c93da commit 5211202

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

export_database.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#/bin/bash
22

3+
source ~/.pyenv/versions/pycanweb/bin/activate
4+
35
# pg_dump --username pythoncanarias_user --dbname pythoncanarias_web --password > pythoncanarias.db
46

57
./manage.py dumpdata about --indent 4 > exported/about.json

0 commit comments

Comments
 (0)