public
Description: A Django address book application.
Homepage:
Clone URL: git://github.com/myles/django-contacts.git
name age message
file .gitignore Mon Jul 06 13:09:23 -0700 2009 Moved to version 0.2. [myles]
file LICENSE Thu May 28 22:12:12 -0700 2009 Did a lot of work. [myles]
file README Thu Nov 19 13:59:34 -0800 2009 Getting ready for a 0.1.1 release [myles]
file bootstrap.py Thu May 28 18:49:10 -0700 2009 Initial commit of Django Contacts. [myles]
file buildout.cfg Thu Nov 19 13:57:23 -0800 2009 Moved to Django 1.1.1 [myles]
directory docs/ Thu May 28 22:12:12 -0700 2009 Did a lot of work. [myles]
file setup.py Fri Nov 20 05:47:58 -0800 2009 Adding the Group model. [myles]
directory src/ Fri Nov 20 07:59:32 -0800 2009 Added the Group feature. [myles]
README
Django Contacts
===============

An Address Book for keeping People on Companies.

Requirements
------------

* Python_: 2.4 and higher (but lower than 3)
* Django_: 1.1.1

 * django.contrib.auth
 * django.contrib.contenttypes

.. _Python: http://python.org/
.. _Django: http://djangoproject.com/