/glutendiary

Django based Gluten Diary for tracking gluten consumption and reactions.

Primary LanguageHTMLMIT LicenseMIT

Gluten Diary

Code for the Gluten Food Tracker https://glutendiary.com

Built with Cookiecutter Django
License:MIT

Settings

Moved to settings.

Test coverage

To run the tests, check your test coverage, and generate an HTML coverage report:

$ coverage run manage.py test
$ coverage html
$ open htmlcov/index.html

Running tests with py.test

$ py.test