Django project that serves an API to VipContacts (https://github.com/turulomio/vipcontacts) to manage your contacts in a different way
Doxygen documentation: http://turulomio.users.sourceforge.net/doxygen/django_vipcontacts/
Github web page: https://github.com/turulomio/django_vipcontacts/
- Django
- Django rest frameworkds
- Django CORS headers
If you have any issues with this project, please report then in the frontend project https://github.com/turulomio/vipcontacts/issues
- Install following packages with pip
pip install django-cors-headers
pip install djangorestframework
- Change your database settings pointing to a new database in django_vipcontacts/settings.py
- Create your database ( I use postgres, the rest of databases hasn't been tested )
- Clone this project and enter main directory
python manage.py migrate
python manage.py runserver 8002
python manage.py createsuperuser
- Open http://127.0.0.1:8002/ in your browser and you'll see Vip Contacts API. You can change ports but you'll have to configure both frontend and backend CORS settings
NOW YOU HAVE TO INSTALL VIPCONTACTS FROM (https://github.com/turulomio/vipcontacts)
- Added chips to search model
- Added more relation types
- Added more necessary views