Django Ember.js integration
Project description
Django Ember
Django Ember help integrates Ember.js in Django. It use Django.js as base and is inspired from:
Compatibility
Django Ember requires Python 2.6+, Django 1.4.2+ and Django.js 0.7.6+.
Installation
You can install Django Ember with pip:
pip install django-ember
or with easy_install:
easy_install django-ember
Add djangojs and ember to your settings.INSTALLED_APPS.
Django Ember depends on Django.js. It will be installed by pip/easy_install. If you want to use Django.js feature, add djangojs to your settings.INSTALLED_APPS.
LICENSE
Lesser GNU Public License
Handlebars.js is released under the MIT license - Copyright 2011 Yehuda Katz
Changelog
0.3.0 (2013-06-07)
Added template tag helpers linkTo and ember (thanks to Paulo Scardine)
Upgraded to Ember.js 1.0.0-RC.5
Upgraded to Ember Data 0.13
Upgraded to latest Ember Data Tastypie Adapter (9db4b9a)
Upgraded to Handlebars 1.0.0
Python 2.6 support
0.2.0 (2013-05-09)
Depends on and extend django.js
Upgraded to Handlebars 1.0.0.rc.3
Upgraded to Ember.js 1.0.0-RC.3-279-g41b62d7
Upgraded to latest Ember Data git version (e33b544)
Make jquery optionnal for {% ember_full_js %} and {% emberpie_js %}
Support query string in TastypieAdapater (thanks to Peter Sutton/dj-foxxy)
Provide both minified and unminified versions (triggered by settings.DEBUG)
Python 3 compatible
Django 1.5 compatible
0.1 (2012-08-06)
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.