Differences between revisions 3 and 6 (spanning 3 versions)
Revision 3 as of 2013-06-27 18:37:25
Size: 310
Editor: SamatJain
Comment: Beer recommendation system in R
Revision 6 as of 2013-07-18 10:31:39
Size: 922
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:

== Tech stuff & APIs to use ==

[[https://pypi.python.org/pypi/django-ember|django-ember]] lets you easily embed Ember/Mustache.js templates into Django templates, tag library for including JavaScript, etc. Not necessarily needed?

[[http://django-rest-framework.org/|Django REST framework - APIs made easy]] is the successor to Django TastyPie. Makes it easy to provide REST APIs… Ember.js compatible?

[[https://github.com/toranb/ember-data-django-rest-adapter|Ember.js Django REST framework adapter]] lets you use Django REST framework w/ Ember.js

Problems w/ Tastypie: not Python 3 compatible?

Future features

Startup Weekend Albuquerque stuff

Tech stuff & APIs to use

django-ember lets you easily embed Ember/Mustache.js templates into Django templates, tag library for including JavaScript, etc. Not necessarily needed?

Django REST framework - APIs made easy is the successor to Django TastyPie. Makes it easy to provide REST APIs… Ember.js compatible?

Ember.js Django REST framework adapter lets you use Django REST framework w/ Ember.js

Problems w/ Tastypie: not Python 3 compatible?

SamatsWiki: PourMe (last edited 2015-05-14 22:41:51 by SamatJain)