Contact Otter is your personal free, CRM and contact manager

What is Contact Otter?

Contact Otter is a free open-source personal CRM and contact management solution for individuals and families.

It is a simple easy to use contact manager and address box solution, written with Python and Django.

Contact Otter features

  • Responsive easy-to-use interface
  • Easy to setup, configure and use
  • Ability to add, edit, and tag contacts
  • Sort contacts
  • Custom field creation
  • Search across contacts and tags
  • Adding logs to contact (like sending them an email, etc)
  • Exporting emails and addresses to CSV
  • Supports multiple users
  • A friendly system for Django/ Python developers
  • Custom logs per contact

Install Contact Otter

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

License

Contact Otter is released under the MIT License.

Resources