Skip to content

Contact Book Application#3

Open
VLamani wants to merge 3 commits intoMParsekar:mainfrom
VLamani:main
Open

Contact Book Application#3
VLamani wants to merge 3 commits intoMParsekar:mainfrom
VLamani:main

Conversation

@VLamani
Copy link

@VLamani VLamani commented Mar 22, 2024

Group Members:
1)Akash Madhumai - 2205102
2)Keshav Chalwadi - 2205123
3)Vishal Verma - 2205122
4)Vishal Lamani - 2205105

CONTACK BOOK APPLICATION

Description for Contact Book:

"Contact Book is a user-friendly and intuitive application designed to help users efficiently manage their contacts. With features such as adding, viewing, searching, updating, and deleting contacts, as well as the ability to export contact lists, Contact Book streamlines the process of organizing and accessing contact information. Whether you're a busy professional, a student, or anyone who needs to maintain a list of contacts, Contact Book provides a convenient solution for staying connected and organized."

How to set up it :

  1. Install Django: If you haven't already, install Django using pip:
    py -m pip install django

  2. Create a Django Project: Use the Django command-line tool to create a new project:
    django-admin startproject contact_book_

  3. Create a Django App: Inside your project, create a new Django app for the contact book functionality:
    python manage.py startapp contacts

  4. Define Models: In the contacts app, define your contact model in the models.py file.

    Register Models: Register your contact model in the admin.py file of the contacts app to make it accessible via the Django
    admin interface.

    Create Views and Templates: Create views and templates to handle adding, viewing, updating, and deleting contacts.

    Define URLs: Define URL patterns in the urls.py file of the contacts app to map views to URLs.

  5. Migrate Database: Run database migrations to create necessary database tables:
    python manage.py makemigrations
    python manage.py migrate

  6. Run Server: Start the Django development server:
    python manage.py runserver

This is how i have set up .

Thank You.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant