Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdenasser committed Sep 9, 2021
1 parent 487eed0 commit 353c0ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ CORE_FOLDER = "core_dir/"
API_FOLDER = "api_dir/"
```

#### Run the your scaffolds like this:
#### Run your scaffolds like this:

```console
$ python manage.py dr_scaffold blog Post body:textfield author:foreignkey:Author --mixins CRUD
$ python manage.py dr_scaffold blog Post body:textfield author:foreignkey:Author
```

# Supported ViewSet types
Expand Down

0 comments on commit 353c0ae

Please sign in to comment.