top of page

Search
Create Git Server from my NAS
Recently I am creating a git server in my NAS by following the tutorial here: https://dotblogs.com.tw/bowwowxx/2014/08/14/146249 I have...
Johnas Lee
Jan 22, 20211 min read
Â
Â
Â
Django Notes 8: Query of Database
There are several examples for query the objects in the following: https://github.com/divanov11/crash-course-CRM/blob/Part-8---data-to-te...
Johnas Lee
Jun 10, 20201 min read
Â
Â
Â
Django Notes 7: Relational Database Handling
Many-to-One Relationship In order to perform relation between different models, we can define the field by the following: customer =...
Johnas Lee
Jun 10, 20201 min read
Â
Â
Â


Django Notes 6: Create Data Models
Django already provides the space for us to store data models in models.py. The class Customer is made in such syntax: from django.db...
Johnas Lee
Jun 9, 20201 min read
Â
Â
Â
bottom of page