Skip to content

myles/django-rolodex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Rolodex

https://badge.fury.io/py/django-rolodex.png https://travis-ci.org/myles/django-rolodex.png?branch=master

A Django application for managing your contacts.

Documentation

The full documentation is at https://django-rolodex.readthedocs.org.

Quickstart

Install Django Rolodex:

pip install django-rolodex

Then use it in a project:

import rolodex

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements_test.txt
(myenv) $ python runtests.py