Skip to main content

Reusable Django app to connect servers with the Tribe web service at Dartmouth College

Project description

=====
Django Tribe client
=====

Tribe client is a simple Django app to connect your server to the 'Tribe' web service
(located at http://tribe.dartmouth.edu).

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Add "tribe-client" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'tribe-client',
)


2. Include the tribe-client URLconf in your project urls.py like this::

url(r'^tribe_client/', include('tribe_client.urls')),

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-tribe-client-1.0.0.tar.gz (5.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page