Skip to content

Commit f460235

Browse files
Update readme
1 parent 4d9e90e commit f460235

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# REST API Basics
22

3-
This is a basic guide on how to build a REST API with Django & Python. For much deeper depth, check out our new course on REST API: (https://kirr.co/90kxtx)
4-
5-
6-
Build a Rest API with Django/Python
7-
8-
This is a basic guide on how to build a REST API with Django & Python. For much deeper depth, check out our new course on REST API: (https://kirr.co/90kxtx)
3+
This is a basic guide on how to build a REST API with Django & Python. For much deeper depth and understanding, check out our new course on [REST API](https://kirr.co/rfqyre).
94

105

116
Software
@@ -14,7 +9,7 @@ Python 3.6.3 (https://kirr.co/ftq97z)
149
Django Rest Framework 3.7.3 (https://kirr.co/svez0s)
1510
Django Rest Framework JWT 1.11.0 (https://kirr.co/vpibmo)
1611

17-
Related Source Code: https://github.com/codingforentrepreneurs
12+
Related Source Code: https://kirr.co/9gqpkg
1813

1914

2015
Initial Setup

startup_and_description.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Build a Rest API with Django/Python
22

3-
This is a basic guide on how to build a REST API with Django & Python. For much deeper depth, check out our new course on REST API: (https://kirr.co/90kxtx)
3+
This is a basic guide on how to build a REST API with Django & Python. For much deeper depth, check out our new course on REST API: (https://kirr.co/rfqyre) (https://kirr.co/90kxtx)
44

55

66
Software
@@ -9,6 +9,7 @@ Python 3.6.3 (https://kirr.co/ftq97z)
99
Django Rest Framework 3.7.3 (https://kirr.co/svez0s)
1010
Django Rest Framework JWT 1.11.0 (https://kirr.co/vpibmo)
1111

12+
Related Source Code: https://kirr.co/9gqpkg
1213

1314

1415
Initial Setup

0 commit comments

Comments
 (0)