Introduction to Django CMDB system (4) addition, deletion, modification and search
Introduction to Django CMDB system (4) addition, deletion, modification and preface
Author: he Quan, github address: https://github.com/hequan2017 QQ Exchange Group: 620176501
Through this tutorial to complete from scratch, you can write a simple CMDB system independently.
At present, the mainstream methods of development are divided into two types: mvc and mvvc. This tutorial is based on mvc, where django is responsible for rendering html. An introductory tutorial on mvvc (front and rear separation) will be introduced later.
Tutorial project address: https://github.com/hequan2017/husky/
Tutorial documentation address: https://github.com/hequan2017/husky/tree/master/doc