Skip to main content

Home/ Django/ Group items tagged database

Rss Feed Group items tagged

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.
Nicolas Perriault

sorl/django-mockups - GitHub - 0 views

  •  
    This app aims to provide a simple way of loading masses of randomly generated test data into your development database. You can use a management command to load test data through command line.
1 - 5 of 5
Showing 20 items per page