Skip to content

magixian/DjangoSimpleAddressBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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.

About

Simple address book create using Python/Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published