cmsplugin-viadeo-resume is a django-cms plugin that lets you display a resume using your Viadeo profile.
Installation
To use this plugin into your project, just follow this procedure:
1. Open the settings.py file and add cmsplugin_viadeo_resume to the INSTALLED_APPS variable
2. Define the following variables into your config file:
VIADEO_CLIENT_ID = "< your client ID >"
VIADEO_CLIENT_SECRET = "< your client secret >"
VIADEO_ACCESS_TOKEN = "< your access token >"
Read the Viadeo documentation to learn how to request an API key.
Product's homepage
Requirements:
· Python
· Django
· django-cms
· oauth2
· simplejson