Skip to content

Commit

Permalink
Merge branch 'master' of github.com-luisza:luisza/dfva
Browse files Browse the repository at this point in the history
  • Loading branch information
luisza committed Aug 16, 2020
2 parents 50cbea1 + d8d4b64 commit aae08bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Configuración de inicio

python manage.py migrate
python manage.py createsuperuser
python manage.py crea_ca
python manage.py create_admin_institution


Expand Down
1 change: 1 addition & 0 deletions docker/init_development_environment.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ EOSQL"

docker-compose -f docker-compose-dev.yml exec dfva bash -c 'python manage.py migrate; python manage.py createsuperuser'
docker-compose -f docker-compose-dev.yml exec dfva bash -c 'python manage.py crea_ca'
docker-compose -f docker-compose-dev.yml exec dfva bash -c 'python manage.py create_admin_institution'
docker-compose -f docker-compose-dev.yml exec fvabccr bash -c 'python fva_bccr/manage.py migrate; python fva_bccr/manage.py createsuperuser'

0 comments on commit aae08bc

Please sign in to comment.