Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 769 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 769 Bytes

Django Simple Address Book

This is a simple address book that is created using Python/Django

Getting Started

There are a couple of ways that one can run the application,

  1. Download the zip file of the project directly.
  2. Clone the project

Once you have the source, run the following commands to see how it works

$ cd addressbook/
$ python manage.py runserver

This will start the project on default port 8000. Go to this link http://127.0.0.1:8000/contacts/ to start the app. You will have options to add and view contacts.

Features

  • Uses sqlite3 database to store the contacts.

Contributing

This is just a simple application in python, so please feel free to fix bugs, improve things, provide documentation. Just send a pull request.