public
Description: A Django address book application.
Homepage:
Clone URL: git://github.com/myles/django-contacts.git
Enrico (author)
Thu Oct 22 05:56:02 -0700 2009
myles (committer)
Thu Oct 22 06:02:04 -0700 2009
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 Jul 02 22:10:31 -0700 2009 Updated the Readme file. [myles]
file bootstrap.py Thu May 28 18:49:10 -0700 2009 Initial commit of Django Contacts. [myles]
file buildout.cfg Thu May 28 23:01:18 -0700 2009 Did some work on the testing. [myles]
directory docs/ Thu May 28 22:12:12 -0700 2009 Did a lot of work. [myles]
file setup.py Mon Jul 06 13:09:23 -0700 2009 Moved to version 0.2. [myles]
directory src/ Thu Oct 22 06:02:04 -0700 2009 Added internationalization to choices [Enrico]
README
Django Contacts
===============

An Address Book for keeping People on Companies.

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

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

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

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