Skip to content

Commit

Permalink
changed: edit changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
juandisay committed Dec 6, 2023
1 parent bfa87da commit 17baed7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
10 changes: 2 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated Python version to 3.11.
- Update Poetry to 1.2.x.

## [2.0.0] - 2020-01-16

The structure of the template is changed to target Python applications (and not
libraries) in the first place, and to use Poetry the base tool to work with the package.

## [1.0.0] - 2020-01-07

Created the first version of the template.
## [v0.1-beta.1] - 2023-12-06
- Release versi cookiecutter django version
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Starter Template for Django Python projects
# Starter Template for Python Django projects

Use this cookiecutter template 🍪 to start every new Django Python project.

Expand All @@ -12,17 +12,18 @@ Use this cookiecutter template 🍪 to start every new Django Python project.

## Getting Started

Create a new Django Python project
Create a new Python Django project

```
cookiecutter gh:papamana/cookiecutter-django
```

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

Expand Down

0 comments on commit 17baed7

Please sign in to comment.