correct migration doc

This commit is contained in:
Matthew Spence 2024-08-29 11:52:04 -05:00
parent ba1553a936
commit fc17854529
No known key found for this signature in database

View file

@ -834,12 +834,7 @@ Example: `cf ssh getgov-za`
```/tmp/lifecycle/shell```
#### Step 4: Running the script
```./manage.py populate_domain_request_dates --debug```
```./manage.py populate_domain_request_dates```
### Running locally
```docker-compose exec app ./manage.py populate_domain_request_dates --debug```
##### Optional parameters
| | Parameter | Description |
|:-:|:-------------------------- |:----------------------------------------------------------------------------|
| 1 | **debug** | Increases logging detail. Defaults to False. |
```docker-compose exec app ./manage.py populate_domain_request_dates```