Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davijonm authored Jan 14, 2024
1 parent d660aff commit e7906c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ yarn build

docker compose build && docker compose up -d

***Acess the api container and make all the migrations to the database***
***Acess the web container and make all the migrations to the database***

docker compose exec api sh
docker compose exec web sh
python manage.py makemigrations
python manage.py migrate

***Still on the api container, create a django superuser to do CRUD operations on the web interface***
***Still on the web container, create a django superuser to do CRUD operations on the web interface***

python manage.py createsuperuser

0 comments on commit e7906c6

Please sign in to comment.