File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
10
## [ 1.0.3] 2022-10-03
4
11
### Improvements
5
12
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Simple starter built with Python / Django Rest / Sqlite3 and JWT Auth. The authe
13
13
- Django / DRF / SQLite3 - a simple, easy to use backend
14
14
- Authentication with JWT (login, logout, register)
15
15
- Docker, Unitary tests
16
+ - ` Instant Deploy ` on RENDER using [ Python Deployer] ( https://github.com/app-generator/deploy-automation-render )
16
17
17
18
<br />
18
19
You can’t perform that action at this time.
0 commit comments