/CRUD

Learning crud using django

Primary LanguagePython

CRUD Project

In this application I have used function based view and ModelForm and implemented CRUD operations using them.

DEMO:

demo gif

  1. HOME VIEW:

    Home page image

  2. Edit page:

    Edit page image

  3. Admin Interface:

    Admin page image

  4. Students Table:

    Student's table image

  5. Users Table:

    Users table image

This is a mini project to implement basic CRUD operations in a django powered web application. This is part of my project based learning.