signbank-feedback

The feedback component of Signbank


Keywords
signbank-feedback
License
BSD-3-Clause
Install
pip install signbank-feedback==0.1.0

Documentation

Signbank-Feedback

https://badge.fury.io/py/signbank-feedback.png https://travis-ci.org/hujosh/signbank-feedback.png?branch=master

The feedback component of Signbank

Documentation

The full documentation is at https://signbank-feedback.readthedocs.org.

Quickstart

Install Signbank-Feedback:

pip install signbank-feedback

Then use it in a project:

import feedback

You must define the following variables in settings.py:

  • LANGUAGE_NAME = "Auslan"
  • COUNTRY_NAME = "Australia"
  • SITE_TITLE = "Signbank"

That's for the Auslan site. For BSL, or another sign language, you would use different values for those three variables.

You must also add bootstrap3 and feedback to your INSTALLED_APPS variable.

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements_test.txt
(myenv) $ python runtests.py

Credits

Tools used in rendering this package: