Skip to content

Latest commit

 

History

History
executable file
·
14 lines (10 loc) · 172 Bytes

README.rst

File metadata and controls

executable file
·
14 lines (10 loc) · 172 Bytes

Django Toffee

Quick start

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

    INSTALLED_APPS = (
        ...
        'toffee',
    )