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 has been archived by the owner on May 27, 2021. It is now read-only.
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 ).