django-rdf-tools / coop-gateway

An application to interface two Django-Coop instances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coop-Gateway

Coop-Gateway is an application to interface two Django-Coop instances.

Installation

Setup

For production:

python setup.py install

For development:

python setup.py develop

Configure

Add 'coop_gateway' to the INSTALLED_APPS.

Add the url of the aggregator to your settings:

PES_HOST = 'http://domain.tld'

Add the API key of the aggregator to your settings:

PES_API_KEY = 'TheApiKey'

Create the required tables with:

python manage.py syncdb

Enable retrieving from PES_HOST add a cron job with:

python manage.py pes_import

Credits

Companies

MakinaCorpusLogo

Authors

  • Antoine Cezar

License

Coop-Gateway use the BSD (2-clause) License. See the LICENSE file for more informations.

About

An application to interface two Django-Coop instances

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%