Django

Tag details

Welcome to the 'Django' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'Django'.

Look up Offsite Link "Django" at The Free Dictionary

Latest blogosphere posts tagged “Django”

  • Request Routing With URI Templates in Node.JS


    Simon Willison's WeblogAuthority Authority: 581
    Request Routing With URI Templates in Node.JS . I quite like this approach (though the implementation is a bit “this” heavy for my taste). JavaScript has no equivalent to Python’s raw strings, so regular expression based routing ala Django ends up being a bit uglier in JavaScript. URI template syntax is more ...
    3 days ago
  • Lifepress – an Open Source Multi-User Lifestreaming Platform Written in Django


    Lifestream BlogAuthority Authority: 451
    I discovered a new open source Lifestreaming platform written in Django that comes to us from Krzysztof Klinikowski of Poland. He describes it as Lifestreaming Platform, multilanguage and multiuser. Written in Django, using modern technologies, microformats friendly. Clean and beautiful. Here is a screenshot of a ...
    4 days ago
  • #Django firebird driver project news


    Firebird NewsAuthority Authority: 128
    Hello everyone, I want to make a summary of the changes implemented inrecent times about the project django-firebird:* More complete exception error messeges (ported from pre-django 1.0version)* Added a new attribute to obtain the version of Firebird. Useful toensure compatibility with firebird 1.5 and 2.x* ...
    4 days ago
  • django-batch-select


    Simon Willison's WeblogAuthority Authority: 581
    django-batch-select ( via ). A smart attempt at solving select_related for many-to-many relationships in Django. Add a custom manager to your model and call e.g. Entry.objects.all()[:10].batch_select(“tags”) to execute two queries—one pulling back the first ten entries and another using an “IN” query ...
    4 days ago
  • 10 Songs with Brown in The Title


    MusicouchAuthority Authority: 425
    Sweet Georgia Brown by Django Reinhardt One of the earliest versions of this jazz standard (from the 1930’s) but what a belter. The song itself is the unofficial ‘theme’ tune of the Harlem Globetrotters. Bobby Brown (Goes Down) by Frank Zappa This song comes from Zappa’s 1979 album Sheik Yerbouti. It ...
    4 days ago
  • Django Batch Select


    Psychic OrigamiAuthority Authority: 389
    So quite a while ago I wrote about avoiding the n+1 query problem with SQLObject . I’ve since been using Django a lot more. In particular at my day job I’ve been improving a Django site we’ve inherited. This particular site suffered from a few too many SQL queries and needed speeding up. Some of the ...
    4 days ago
  • Review: The Doctors Fox - Plural Non-Possessive


    Wildy's WorldAuthority Authority: 138
    The Doctors Fox - Plural Non-Possessive 2009, The Doctors Fox Every so often a band comes along thats so totally marching to their own drummer they are tough to classify. In this case the drummer is Josh Kiggans, and the band is Bostons The Doctors Fox. Blending Rock, Jazz, Funk, Ska, Doo Wop and Klezmer into a ...
    5 days ago
  • Writing your own template loaders


    The Usware Blog - Django Web DevelopmentAuthority Authority: 104
    Django has three builtin template loaders which are used to get the templates for rendering. TEMPLATE_LOADERS = ( django.template.loaders.filesystem.load_template_source, django.template.loaders.app_directories.load_template_source,# django.template.loaders.eggs.load_template_source,) Writing your ...
    6 days ago
  • Famigo seeks a LAMP/ Python Developer


    GeekAustin.orgAuthority Authority: 127
    Famigo is changing the way families play by building and promoting family games played on mobile devices. We have an immediate opening for a python programmer with experience building web applications. This position is a contract position, however the coder will have the opportunity to join full time as the company ...
    1 week ago
  • Oscar Alemáns carriere in Jazz On Record


    Keep SwingingAuthority Authority: 122
    Oscar Alemán in Jazz On Record (in: http://oscar-aleman.blogspot.com/ ) ( English) Oscar Alemáns carriere in Jazz On Record ( Nederlands) Oscar Alemáns carriere door de ogen van een Amerikaans jazzcriticus. OSCAR ALEMÁNS CARRIÈRE IN JAZZ ON RECORD Hans Koert Wie iets meer wil weten ...
    1 week ago
  • Announcing Kong: A server description and deployment testing tool


    Simon Willison's WeblogAuthority Authority: 581
    Announcing Kong: A server description and deployment testing tool . An ultra simple website monitoring tool written in Django which makes it easy to manage a list of Twill scripts for testing different sites. It was developed at the Lawrence Journal-World—Eric showed me a demo if this a year or so ago and I’ve ...
    1 week ago
  • Addons.Mozilla.org to move from CakePHP to Django


    i.justrealizedAuthority Authority: 127
    Addons.Mozilla.org is currently using CakePHP but they will no longer in 2010. They decided to adopt Django. (Source: Micropipes.com )
    1 week ago
  • Google I/O 2008 – Python, Django, and App Engine


    Jayce Nugent DotComAuthority Authority: 129
    Rapid Development with Python, Django, and Google App Engine Guido van Rossum (Google) Learn how to create great web applications quickly on Google App Engine using the Django web framework and the Python language. Google App Engine lets you host complete, scalable web applications written in Python with minimal fuss. ...
    1 week ago

  • arts-humanities.net: Digital Humanities and Arts - Engage with digital learning and researchAuthority Authority: 130
    1 week ago
  • Getting back on track


    Gustavo on Information TechnologyAuthority Authority: 93
    Yes, I’m alive. Since the second half of last summer I’ve been inactive in the Free Software arena. No commits, no emails from me in the last few months which may indicate that the projects are dead. So I wanted to write to let you know that I have no plans to stop maintaining any of my projects . I will start ...
    1 week ago
  • AMO Development Changes in 2010


    All Night DinerAuthority Authority: 479
    The AMO team met in Mountain View last week to develop a 2010 plan. We’ve been wanting to change some key areas of our development flow for a while but we needed to make sure time was budgeted in the overall AMO and Mozilla goals. As usual, the timeline will be tight, but the AMO developers do amazing work and ...
    1 week ago
  • white noise.


    FUCKING DANCEAuthority Authority: 115
    Clock Opera are releasing their fantastic new single White Noise today. frontman Guy Connelly crafts beautiful and delicate songs that transform into huge sounding sonic beasts in a live setting. this is intricate and intelligent pop, i bloody love it and ive got the exclusive first posting of the Django Django ...
    1 week ago
  • Django json support


    The Voidspace Techie BlogAuthority Authority: 108
    As I mentioned in my last entry Im now working on a Silverlight application with Django on the backend. This means that were using Django to serve json to the Silverlight application, so whilst were using the Django ORM, url routing and authentication we arent using its templating. ... [586 words]
    1 week ago
  • South – incredible easy migrations for Django


    RhonabwyAuthority Authority: 441
    I’ve been hacking away at a side project for the past three or four weeks – got myself to internal milestone #2 this weekend, for which I’m really pleased. The very tail end of this milestone was deploying the code somewhere and vetting that all the basic, mostly-crappy-still bits actually worked. Since I’ve ...
    1 week ago
  • Drupal or Django? A Guide for Decision Makers


    Simon Willison's WeblogAuthority Authority: 581
    Drupal or Django? A Guide for Decision Makers . A surprisingly interesting comparison—the author describes Django as “a framework with CMS-like tendencies” and Drupal as “a CMS with framework-like tendencies”, then explores the benefits of those two different approaches.
    1 week ago

Comments about Django

Personal attacks are NOT allowed
Please read our comment policy