jdriscoll / django-addressbook
Contact management application for the Django web development framework.
Clone this repository (size: 23.7 KB): HTTPS / SSH
$ hg clone http://hg.driscolldev.com/django-addressbook
Django Addressbook
Addressbook is a flexible contact management application for Django. It uses the concept of "primary properties" to create an API that masks some of the complexity of storing multiple phone numbers, addresses, etc. for each contact. Requires django-imagekit for image processing.
Brief Introduction
Contact Properties That Can Be Primary
- EmailAddress
- Organization (as company)
- PhoneNumber
- PostalAddress
Other Contact Properties
- CustomField
- Date
- IMAccount
- Link
