Skip to content

iqbaltiger/CRUD-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the CRUD-Django wiki This project is developed for a Todo management. And this is based on Django2.2

Here i did:

  1. Create a Todo
  2. View all Todo as a list
  3. Update a Todo
  4. Delete a Todo All those aforementioned functionalities were developed by using the Django framework based coding principle.