/django-toffee

Primary LanguagePythonBSD 4-Clause "Original" or "Old" LicenseBSD-4-Clause

Django Toffee

Quick start

  1. Add "toffee" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'toffee',
    )