You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2021. It is now read-only.
Ankur Sawhney edited this page Oct 1, 2017
·
2 revisions
Part 2 of KT on Django 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 ).