Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/phildini/logtacts

Better contact management.
https://github.com/phildini/logtacts

contacts crm django python

Last synced: 24 days ago
JSON representation

Better contact management.

Lists

README

        

[![Build Status](https://travis-ci.org/phildini/logtacts.svg)](https://travis-ci.org/phildini/logtacts)[![codecov.io](https://codecov.io/github/phildini/logtacts/coverage.svg?branch=master)](https://codecov.io/github/phildini/logtacts?branch=master)

Contact Otter
=============

Better contact management.

To get started:
- `git clone [email protected]:phildini/logtacts.git`
- Set up a virtualenv
- `pip install -r requirements.txt`
- `python manage.py runserver`

To run tests:
- `python manage.py test contacts`