Skip to content

Commit

Permalink
add dummy to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad88me committed Sep 19, 2023
1 parent c5f79d5 commit 12fe919
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ specify the appropriate arguments (e.g., `python -m django-rest-gen --settings

## Arguments
```
usage: django-rest-gen [-h] [--pythonpath PYTHONPATH] --settings SETTINGS --apppath APPPATH [--overwrite]
usage: django-rest-gen [-h] [--pythonpath PYTHONPATH] --settings SETTINGS --apppath APPPATH [--overwrite] [--dummy]
Generate Django REST API code
Expand All @@ -21,6 +21,7 @@ optional arguments:
--settings SETTINGS The path to the django project settings
--apppath APPPATH The path to the app
--overwrite Whether to overwrite existing files if any
--dummy Whether to generate dummy data generator
```


Expand Down

0 comments on commit 12fe919

Please sign in to comment.