Skip to content

simple django project using CRUD operation to modify contacts

Notifications You must be signed in to change notification settings

Supraav/contact-django-project

Repository files navigation

Contact Management System

A simple project created in Django framework implementing CRUD functionality and crispy forms of Django.

Clone the project

git clone

Create Virtual Environment

python -m venv env

install the requirements file

pip install requirements.txt

run the server

python manage.py runserver

The server by default runs on : localhost/8000

About

simple django project using CRUD operation to modify contacts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published