Differences between revisions 3 and 12 (spanning 9 versions)
Revision 3 as of 2013-06-27 18:37:25
Size: 310
Editor: SamatJain
Comment: Beer recommendation system in R
Revision 12 as of 2015-05-14 22:41:51
Size: 1627
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

== Happy Hours ==

=== Broken Bottle Brewery ===

 * Mon–Thu: $1 off pints, 4–6 pm
 * Tue: $3 pints all day

=== Mimbres Valley Brewery ===

 * Mon-Fri: $1 off pints, 5–7 pm
 * Fri-Sat: $1 off pints, 9 pm–closing [reverse happy hour]

=== De Le Vegas Pecan Grill ===

 * Sun-Sat: [reverse happy hour]: $3.00 pints

=== Chama River Microbar ===

[[http://chamariverbrewery.net/visit-our-taproom/|Website]]

 * Hours: 4:00 pm–12:00 am every week

 * Sun-Wed: Happy Hour all day
 * Thu-Sat: Happy hour 5–7 pm

=== Draft Station ===

 * Mon–Fri: Reverse happy hour after 9 pm

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

Happy Hours

Broken Bottle Brewery

  • Mon–Thu: $1 off pints, 4–6 pm
  • Tue: $3 pints all day

Mimbres Valley Brewery

  • Mon-Fri: $1 off pints, 5–7 pm
  • Fri-Sat: $1 off pints, 9 pm–closing [reverse happy hour]

De Le Vegas Pecan Grill

  • Sun-Sat: [reverse happy hour]: $3.00 pints

Chama River Microbar

Website

  • Hours: 4:00 pm–12:00 am every week
  • Sun-Wed: Happy Hour all day
  • Thu-Sat: Happy hour 5–7 pm

Draft Station

  • Mon–Fri: Reverse happy hour after 9 pm

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