Skip to content

Developed a comprehensive Phonebook application using Django, providing a user-friendly interface for managing contacts efficiently.

Notifications You must be signed in to change notification settings

mhdasif123/Phonebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phonebook

Developed a comprehensive Phonebook application using Django, providing a user-friendly interface for managing contacts efficiently. Phonebook is a simple Django app to manage contacts (first name, last name, mail, phone, mobile phone)

Technologies Used

  • HTML5: Used for structuring the web pages.
  • CSS3: Employed for styling and layout.
  • Django: For Backend

Quick Start

  1. Add 'phonebook' to your INSTALLED_APPS setting like this::
   INSTALLED_APPS = (
   ...
   'phonebook',
 )
  1. Include the phonebook URLconf in your project urls.py like this:
  url(r'^phonebook/', include('phonebook.urls')),
  1. Run 'python manage.py' syncdb to create the phonebook models.
  2. Start the development server and visit 'http://127.0.0.1:8000/phonebook/' to start phonebook.

TODO

  - Create, edit, delete groups on contacts

Screenshots

image

About

Developed a comprehensive Phonebook application using Django, providing a user-friendly interface for managing contacts efficiently.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published