Skip to content

Commit

Permalink
Merge pull request #4 from papamana/juandisay/feature/Django-v3.2
Browse files Browse the repository at this point in the history
changed: edit readme
  • Loading branch information
juandisay authored Dec 6, 2023
2 parents 49d1b08 + 4e309fd commit e5f2863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ Use this cookiecutter template 🍪 to start every new Python Django project.
Create a new Python Django project

```
cookiecutter [email protected]:papamana/cookiecutter-django.git
cookiecutter gh:papamana/cookiecutter-django
```

Create a new Python Django Project with Spesific Release version
```
cookiecutter [email protected]:papamana/cookiecutter-django.git --checkout <release version>
cookiecutter gh:papamana/cookiecutter-django --checkout <release version>
```
example:
```
cookiecutter [email protected]:papamana/cookiecutter-django.git --checkout v0.1-beta.1
cookiecutter gh:papamana/cookiecutter-django --checkout v0.1-beta.1
```

For Windows, you might need to run `python -m cookiecutter` as the command might not work even though it's correctly configured on the PATH.
Expand Down

0 comments on commit e5f2863

Please sign in to comment.