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: about 20 hours ago
JSON representation
Better contact management.
- Host: GitHub
- URL: https://github.com/phildini/logtacts
- Owner: phildini
- License: mit
- Created: 2014-09-06T00:09:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-06T17:33:04.000Z (over 2 years ago)
- Last Synced: 2024-11-08T02:11:16.903Z (about 20 hours ago)
- Topics: contacts, crm, django, python
- Language: Python
- Homepage: https://www.contactotter.com
- Size: 2.24 MB
- Stars: 61
- Watchers: 6
- Forks: 19
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - phildini/logtacts - Better contact management. (python)
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`