Packaging up of koui for django projects
Project description
django-koui
===========
A packaging of koui for django projects.
To see what koui is, please visit the koui home page, at
`http://hg.schinckel.net/koui <>`_.
To use koui in your django project, simply add the following to your
``settings.INSTALLED_APPS``:
::
'koui'
And use ``pip install django-koui`` to install it into your environment.
There will eventually be some helpers that enable you to easily add a
koui widget to a page, but since knockoutjs is cool, you'll probably
want to learn more about that, and then just use the special binding
types that you get.
::
{% load koui %}
{% koui_scripts %}
{% koui_styles %}
===========
A packaging of koui for django projects.
To see what koui is, please visit the koui home page, at
`http://hg.schinckel.net/koui <>`_.
To use koui in your django project, simply add the following to your
``settings.INSTALLED_APPS``:
::
'koui'
And use ``pip install django-koui`` to install it into your environment.
There will eventually be some helpers that enable you to easily add a
koui widget to a page, but since knockoutjs is cool, you'll probably
want to learn more about that, and then just use the special binding
types that you get.
::
{% load koui %}
{% koui_scripts %}
{% koui_styles %}