Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

MOM of 1st October, 2017

Ankur Sawhney edited this page Oct 1, 2017 · 2 revisions

Part 2 of KT on Django( https://www.youtube.com/watch?v=BeAKkXXVG3g&t=190s ) was streamed live on youtube. The project thus, created can be found at https://github.com/sannithibalaji/todoapp. Please refer to branch 'vuejs' for today's code.

A new app was created to perform CRUD operations on the sqllite3 db. All operations were performed by using django.db abstraction( ORM model where basically, you create just the python data structure to describe a table in db and interact with it while the actual interactions to the db are handled by python ).

Clone this wiki locally