Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 373 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 373 Bytes

django-notes

Contact manager django webapp

The django-notes web application is a simple contact manager that can track contacts and notes grouped by category.

Can be used as a business relations manager by adding notes and contacts about companies.


usage

install django (e.g. sudo apt-get install python-django) ...[TODO]