-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from papamana/juandisay/feature/Django-v3.2
changed: edit readme
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|