Merge branch 'rjm/document-local-migrations' of https://github.com/cisagov/getgov into rjm/document-local-migrations

This commit is contained in:
rachidatecs 2023-05-17 20:50:13 -04:00
commit 954f2e8d1e
No known key found for this signature in database
GPG key ID: 3CEBBFA7325E5525

View file

@ -22,7 +22,7 @@ docker-compose exec app bash
./manage.py makemigrations ./manage.py makemigrations
``` ```
The docker compose down then up to run the new migrations. Then perform docker-compose down & docker-compose up to run with the new migrations.
### On Cloud.gov ### On Cloud.gov