Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.11 KB

index.rst

File metadata and controls

51 lines (34 loc) · 1.11 KB

Welcome to django-fitbit's documentation!

Contents:

starting settings views templatetags utils links releases

Django-fitbit is a Django app for integrating a user's Fitbit data into your site.

It handles the details of getting your app authorized to access your user's Fitbit data via the Fitbit web API.

Testing

Please add tests for any changes you submit.

To install all the requirements for running the tests:

pip install -r requirements/dev.txt

To run the tests for specific python version (ie. py27-1.8.X):

tox -e py27-1.8.X

If you would like to run specific test you can bypass tox altogether and run:

python -m run_tests fitapp.tests.test_integration.TestLoginView.test_unauthenticated

Indices and tables

  • genindex
  • modindex
  • search