- UNIT-IV: Connecting SQLite with Django
DatabaseMigrations,FetchDataFromDatabase,DisplayingDataOnTemplates,AddingCondition On Data, Sending
data from url to view, Sending data from view to template, Saving objects into database, Sorting objects, Filtering
objects, Deleting objects, Difference between session and cookie, Creating sessions and cookies in Django
- Sample Experiments:
- Create an app in Django which fetches data from database and show as list and also save objects in database
- Create an app in Django for performing CRUD operations on records in a database
- Create an app in Django which uses session management and cookies to store and manage user
sessions.
- Create an app in Django which fetches data from database and show as list and also save objects in database
- Create an app in Django for performing CRUD operations on records in a database
- Create an app in Django which uses session management and cookies to store and manage user sessions.
No comments:
Post a Comment