Scott Hou

figuring out life

Django Form Follow Up

This blog is a follow up of the last post Working with Django Form. The problem has been solved shortly after the first post. I found out that the ..


Working with Django Form

Still in the middle of buliding the myinstagram django project and it`s not going so well. Though I have successfully incorporated getstream API and..


Getting to know RGMII

Currently I`m working on a project which aims to accelerate virtual network functions with FPGA. I`ve been waiting for months but still haven`t got ..


Getting to Know ForeignKey

Model field: ForeignKeyAll the model fields are related to the database structures, specificly the database column. Foreignkey is a one-to-many rela..