Skip to content

Django CRUD Project . Overview: This project is a web application built using the Django framework. It implements the basic Create, Read, Update, and Delete (CRUD) functionality using Python. The application allows users to manage records in a database through a user-friendly interface.

Notifications You must be signed in to change notification settings

Nicki-lombardo/Marketing_agency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django CRUD project:

# Django CRUD Project

## Overview
This project is a web application built using the Django framework. It implements the basic Create, Read, Update, and Delete (CRUD) functionality using Python. The application allows users to manage records in a database through a user-friendly interface.

## Features
- **Create**: Add new records to the database.
- **Read**: View the list of all records.
- **Update**: Modify the details of existing records.
- **Delete**: Remove records from the database.

## Technologies Used
- **Django**: A high-level Python web framework that encourages rapid development and clean, pragmatic design.
- **SQLite**: Default database used by Django for storing data.
- **Python**: Programming language used for backend development.

## Getting Started

### Prerequisites
- Python 3.8 or higher
- Django 3.2 or higher

### Installation
1. Clone the repository:

git clone https://github.com/your-username/your-django-crud-project.git

2. Navigate to the project directory:

cd your-django-crud-project

3. Install the required packages:

pip install -r requirements.txt


### Running the Application
1. Make migrations to create the database schema:

python manage.py makemigrations python manage.py migrate

2. Start the development server:

python manage.py runserver

3. Open a web browser and navigate to `http://127.0.0.1:8000/` to use the application.

## Usage
The application's interface is intuitive. Follow the on-screen prompts to create, view, update, or delete records.

## Contributing
Contributions are welcome! Please feel free to submit a pull request or create an issue for any bugs or feature requests.

## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.

This template provides a comprehensive guide to setting up and using the Django CRUD project. You can customize the sections according to the specific details of your project. Remember to replace placeholders like your-username and your-django-crud-project with your actual GitHub username and project name.

About

Django CRUD Project . Overview: This project is a web application built using the Django framework. It implements the basic Create, Read, Update, and Delete (CRUD) functionality using Python. The application allows users to manage records in a database through a user-friendly interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published