Skip to content

Commit

Permalink
Release v1.0.4 - Updates for RENDER Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Nov 5, 2022
1 parent bfe05fb commit 3e30480
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.0.4] 2022-11-05
### Improvements

- Updated for Deploy on RENDER using [Python Deployer](https://github.com/app-generator/deploy-automation-render)
- `python.exe .\deployer.py django https://github.com/app-generator/api-server-django`
- The new API is usable via `https://api-server-django-<RANDOM>.onrender.com/api/`

## [1.0.3] 2022-10-03
### Improvements

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Simple starter built with Python / Django Rest / Sqlite3 and JWT Auth. The authe
- Django / DRF / SQLite3 - a simple, easy to use backend
- Authentication with JWT (login, logout, register)
- Docker, Unitary tests
- `Instant Deploy` on RENDER using [Python Deployer](https://github.com/app-generator/deploy-automation-render)

<br />

Expand Down

0 comments on commit 3e30480

Please sign in to comment.