Coop-Gateway is an application to interface two Django-Coop instances.
For production:
python setup.py install
For development:
python setup.py develop
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
- Antoine Cezar
Coop-Gateway use the BSD (2-clause) License. See the LICENSE file for more informations.