Skip to content

thedhruvish/django-contact-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-contact-book

Topics

  1. Introduction
  2. Requirements
  3. Installation & Configuration
  4. License
  5. Security Vulnerabilities

Introduction

  • This Project are the only Learning purpose to created
  • contact is the CURD ( Create, Update, Read, Delete )

Requirements

  • RAM: 3 GB or higher.
  • Python: 3.10 or higher
  • pip: Python Package Managment

Installation and Configuration

Execute these commands below, in order
pip install uv  # installl fast Python package and project manager

uv venv # Create a virtual environment

.venv\Scripts\activate # Active Env on Windown
  • install the Django Requirements
uv pip install -r requirements.txt 
  • Migration And Super User Create
cd contact

python manage.py migrate
  • Run the Server
python .\manage.py runserver        

License

  • This project is MIT licensed.

Security

email us: thedhruvish@gmail.com

Packages

No packages published