- This Project are the only Learning purpose to created
- contact is the CURD ( Create, Update, Read, Delete )
- RAM: 3 GB or higher.
- Python: 3.10 or higher
- pip: Python Package Managment
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
- This project is MIT licensed.
email us: thedhruvish@gmail.com