Skip to content

A CRUD project using Django is a web application that allows users to Create, Read, Update, and Delete data in a database using the Django framework. It provides a user-friendly interface for managing data operations.

Notifications You must be signed in to change notification settings

SuryaPratap2542/CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django CRUD Operation UI

Overview

Django CRUD Operation UI is a simple web application built using Django that allows users to perform CRUD (Create, Read, Update, Delete) operations on records. Users can add new entries with name, email, and password, update existing entries, and delete entries.

image image

Features

  • Create: Add new entries with name, email, and password.
  • Read: View the list of existing entries.
  • Update: Edit and update the details of existing entries.
  • Delete: Remove entries from the list.

Getting Started

Prerequisites

  • Python 3.x
  • Django (install using pip install Django)

Installation

  1. Clone the Repository: Start by cloning the repository to your local machine:
    git clone https://github.com/yourusername/django-crud-operation-ui.git
    cd django-crud-operation-ui

Usage

  • Adding a New Entry: Fill out the "Add New Entry" form with name, email, and password to add a new record.

  • Updating an Entry: Click the "Edit" button next to a record to modify its details.

  • Deleting an Entry: Click the "Delete" button next to a record to remove it from the list.

Contributing

Contributions are welcome! To contribute to the project:

  1. Fork the Repository: Fork the repository.

  2. Create a New Branch: Create a new branch for your feature or fix.

  3. Make Changes and Commit: Make your changes and commit them.

  4. Push Changes to Your Fork: Push your changes to your fork.

  5. Submit a Pull Request: Submit a pull request with a detailed description of your changes.

About

A CRUD project using Django is a web application that allows users to Create, Read, Update, and Delete data in a database using the Django framework. It provides a user-friendly interface for managing data operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published