Differences between revisions 3 and 8 (spanning 5 versions)
Revision 3 as of 2013-06-27 18:37:25
Size: 310
Editor: SamatJain
Comment: Beer recommendation system in R
Revision 8 as of 2013-11-09 01:15:32
Size: 1010
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?

== Holidays ==

 * Aug 4: International IPA Day
 * Nov 8: International Stout Day

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?

Holidays

  • Aug 4: International IPA Day
  • Nov 8: International Stout Day

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