Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ $ docker-compose up -d
Apply all the migrations:

```sh
$ docker-compose run django python manage.py makemigrations
$ docker-compose run django python manage.py migrate
$ docker-compose -f production.yml run --rm django python manage.py makemigrations
$ docker-compose -f production.yml run --rm django python manage.py migrate
```

That's it!
Expand Down