Skip to content

chinmayagrawal775/crud_app_using_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Application that Perform basic DataBase Operations, that are Create, Read, Update, Delete.

Features

  • You can add the new data using the form that is display at the root of WebPage.

  • As you add the new Data to the Database, all the entries will be shown beside to the Add Form.

  • You can Edit the details of the entry by clicking the edit icon. This will take you to edit form, where you can insert new details of user and save it.

  • Also you can delete the entry from database by clicking delete button.

Tech Stack

  • Django for the Backend.
  • DTL as a Template Engine.
  • SQLite for Data Storage.
  • BootStrap for WebPage Design.

Admin Panel LogIn Details

To View Table Data in the Admin Panel, You Have to LogIn to that using the below details:

  • UserName: root
  • Password: root

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published