Skip to content

hujosh/signbank-feedback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ac8563f · Nov 10, 2016

History

31 Commits
Aug 29, 2016
Aug 29, 2016
Nov 10, 2016
Nov 8, 2016
Aug 29, 2016
Aug 29, 2016
Sep 24, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Nov 7, 2016
Sep 1, 2016
Aug 29, 2016
Sep 13, 2016
Nov 8, 2016
Nov 10, 2016
Nov 10, 2016
Aug 29, 2016

Repository files navigation

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:

About

The feedback component of the Signbank project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published