Software Details:
Version: 0.4
Upload Date: 14 Apr 15
Distribution Type: Freeware
Downloads: 12
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.
Requirements:
- Python
- Django
- django-cms
- oauth2
- simplejson
Comments not found