Skip to content

Commit 3e30480

Browse files
committed
Release v1.0.4 - Updates for RENDER Deploy
1 parent bfe05fb commit 3e30480

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [1.0.4] 2022-11-05
4+
### Improvements
5+
6+
- Updated for Deploy on RENDER using [Python Deployer](https://github.com/app-generator/deploy-automation-render)
7+
- `python.exe .\deployer.py django https://github.com/app-generator/api-server-django`
8+
- The new API is usable via `https://api-server-django-<RANDOM>.onrender.com/api/`
9+
310
## [1.0.3] 2022-10-03
411
### Improvements
512

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Simple starter built with Python / Django Rest / Sqlite3 and JWT Auth. The authe
1313
- Django / DRF / SQLite3 - a simple, easy to use backend
1414
- Authentication with JWT (login, logout, register)
1515
- Docker, Unitary tests
16+
- `Instant Deploy` on RENDER using [Python Deployer](https://github.com/app-generator/deploy-automation-render)
1617

1718
<br />
1819

0 commit comments

Comments
 (0)