Code Monkey home page Code Monkey logo

django-addressbook's Introduction

Django-addressbook

Features

* Allow users to register themselves via their Facebook, Twitter, Google, or OpenID credentials * Users can create contact records organized into user-defined contact groups * The app supports storing for each contact: ** Multiple physical addresses ** Multiple phone numbers ** Multiple emails * Each contact record supports exporting that record in vCard format (http://en.wikipedia.org/wiki/VCard) * Each contact record presents a QR code to allow a barcode scanner to import it * Each contact record accesses any Gravatar for the contact (http://en.gravatar.com/) * Each contact uses the hCard microformat in its markup http://microformats.org/wiki/hcard * A full unit test suite * The app is installable using standard Python distutils

Installing the app

clone via git and python setup.py install

OR

easy_install django-addressbook

Setting up the app

Assuming you have Django installed and this app installed (easy_install django-addressbook),

  1. python manage.py syncdb
  2. Add addressbook.urls to your urls:

    url(r'^addressbook/', include('addressbook.urls')),

  3. Add your site domain in settings.py: DOMAIN = 'example.com'
  4. Ensure that you have base.html template in your templates folder
  5. Sym-link uni_form media: ln -s /path/to/uni_form/static/uni_form /path/to/project/media/uni_form (setup may differ depending on your MEDIA_URL)
  6. (optional) sym-link the sample css file for nicer looking forms (this may override your css):

    :~$ ln -s /path/to/addressbook/static/addressbook.css /path/to/proj/media/css/addressbook.css

  7. (optional) override templates as necessary by creating an addressbook directory

NOTES

vCard Format: http://www.ietf.org/rfc/rfc2426.txt

Vobject Django snippet: http://djangosnippets.org/snippets/58/

Vobject usage: http://vobject.skyhouseconsulting.com/usage.html, http://lists.brotherharris.com/pipermail/vobject/2009-January/000165.html

django-addressbook's People

Contributors

ayadav avatar dichlofos avatar dkdndes avatar iiilx avatar javierwilson avatar matt-deacalion avatar satyateja999 avatar yugaljosh avatar

Watchers

 avatar  avatar

Forkers

medica-im

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.