Socket
Book a DemoInstallSign in
Socket

cmsplugin-viadeo-resume

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmsplugin-viadeo-resume

Viadeo resume plugin for django-cms 2.2

pipPyPI
Version
0.4
Maintainers
1

=================================== Viadeo resume plugin for Django CMS

This plugin lets you display a resume using your Viadeo <http://www.viadeo.com>_ profile.

Requirements

  • Django CMS >= 2.2 <http://django-cms.org>_
  • oauth2 python module <https://github.com/simplegeo/python-oauth2>_
  • simplejson python module <https://github.com/simplejson/simplejson>_

Installation

To use this plugin into your project, just follow this procedure:

#. Open the settings.py file and add cmsplugin_viadeo_resume to the INSTALLED_APPS variable

#. 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 <http://dev.viadeo.com/documentation/authentication/request-an-api-key/>_ to learn how to request an API key.

Keywords

django

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts