A Django application for managing your contacts.
The full documentation is at https://django-rolodex.readthedocs.org.
Install Django Rolodex:
pip install django-rolodex
Then use it in a project:
import rolodex
- TODO
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install -r requirements_test.txt (myenv) $ python runtests.py