Skip to main content

Home/ Django/ Group items tagged api

Rss Feed Group items tagged

Nicolas Perriault

bkeating/python-payflowpro - GitHub - 0 views

  •  
    A simple Python client for PayPal's Payflow Pro API (HTTPS Interface).
Nicolas Perriault

toastdriven/django-tastypie - GitHub - 0 views

  •  
    Creating delicious APIs for Django apps since 2010
Nicolas Perriault

Django REST framework - 0 views

  •  
    Django REST framework aims to make it easy to build well-connected, self-describing Web APIs.
Chris Johnson

Running App Engine Applications on Django - Google App Engine - Google Code - 0 views

  •  
    Helper application and documentation on easily porting GAE app to any django environment. gae2django implements GAE api as django app.
Leandro Ardissone

app-engine-patch - Google Code - 0 views

  •  
    With app-engine-patch a major part of Django works on App Engine without any modifications. The most important change is that you have to use Google's Model class because the development model is too different from Django (at least with Django's current API).
pagetribe .

Integrate Web APIs into Your Django Site - Webmonkey - 0 views

  • Link.objects.get_or_create( url = info['href'], description = info['extended'], tags = info.get('tag', ''), date = parsedate(info['time']), title = info['description']
  • But we don't want to have to log in to the shell every time we want to update our displayed list of bookmarks. In fact, we want our site to automatically update itself. To do that, we're going to write a quick python script and then run it through a cron job.
  • problem
  • ...9 more annotations...
  • sync_link.py
  • Now worries though -- we just need to tell it about it.
  • create a new folder
  • name it "links."
  • class Link
  • "utils.py"
  • create a new file
  • links directory
  • utils.py
  •  
    Gives a good example of how to update a database via cron.
1 - 9 of 9
Showing 20 items per page