Skip to content

django-rdf-tools/coop-gateway

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%