Skip to content

Instantly share code, notes, and snippets.

@jonathancg90
Last active November 11, 2015 20:38
Show Gist options
  • Save jonathancg90/0e176e9f6f5cd809e982 to your computer and use it in GitHub Desktop.
Save jonathancg90/0e176e9f6f5cd809e982 to your computer and use it in GitHub Desktop.
http://ionicframework.com/docs/api/service/$ionicPopup/
http://codepen.io/rossmartin/pen/XJmpQr?editors=101
http://codepen.io/mhartington/pen/cnqfL
http://codepen.io/asadfida/pen/oknzL?editors=101
query
suggestions = TicketItem.objects.filter(
ticket_id__in=id_list
).values('presentation_id').annotate(
sub_total=Max('calculation', field="quantity * price")
).exclude(
price=0
).order_by('-sub_total')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment