PUBLIC   marks

PUBLIC MARKS with search django

Sponsorised links

This month

The EveryBlock source code

by karlcow & 1 other

In an effort to make the code useful to as many people as possible, we've split it into several packages:

* The main package (probably the thing you're looking for) is the publishing system, known as ebpub.

* Second, the packages ebdata and ebgeo contain Python modules for processing data and making maps.

* Third, the packages ebinternal and everyblock round out the code that powers EveryBlock.com. They're internal tools and are likely not of general use, but we're including them to be complete.

* Finally, ebblog and ebwiki are our blog and wiki software, respectively. Because, dammit, the world needs another Django-powered blogging tool.

June 2009

May 2009

djng—a Django powered microframework

by karlcow & 1 other

Microframeworks let you build an entire web application in a single file, usually with only one import statement. They are becoming increasingly popular for building small, self-contained applications that perform only one task—Service Oriented Architecture reborn as a combination of the Unix development philosophy and RESTful API design.

Sponsorised links

April 2009

The basics of creating a tumblelog with Django : Blog : Ryan Berg : Web Designer & Django Developer in Knoxville, TN

by karlcow

On my new homepage, a combined list of my tweets, bookmarks, and user comments on my site appear underneath my latest blog entries. I use a fun bit of Django code to pull these various items together, sorted by publication date, and I’d like to share how this bit of tumblelog-like functionality works.

March 2009

Pinax

by parmentierf & 2 others (via)
Pinax is an open-source collection of integrated, but reusable apps for the Django Web Framework.

The Django and Ubuntu 8.04 Chronicle

by marco
This guide revolves around deploying Django on Ubuntu 8.04 LTS (Hardy Heron), using PostgreSQL as the database, Nginx as a proxy server infront of Apache2 coupled with mod_wsgi, and Memcached as the cache back-end.

February 2009

Pluf : Pluf, PHP WebApp Framework

by phptn & 1 other
Simple, elegant and easy for people used to Django but in PHP5 so easy to deploy all over the world.

Pluf : Pluf, PHP WebApp Framework

by Spone & 1 other
Simple, elegant and easy for people used to Django but in PHP5 so easy to deploy all over the world.

Spawning Django - Die in a Fire - Eric Florenzano’s Blog

by greut

On my Apache mod_wsgi setup, I got 235.65 requests per second. That was really good, I thought! However, with the Spawning setup, I got 347.20 requests per second.

another way of deploying WSGI apps with graceful code reloading.

MovingToDistutils - django-hotclub - the how and why of Pinax's move to distutils - Google Code

by greut

Until recently, Pinax had two choices for a given external dependency:

  1. use svn:externals and point to the external dependency's svn repository
  2. include the external dependency code in the Pinax codebase

However, there are problems with this approach:

  1. it largely relies on external dependencies being in svn and this is increasingly not the case (although it was when Pinax started)
  2. it makes it difficult for Pinax itself to move away from svn
  3. there is no management of dependencies between external dependencies, nor between particular projects in Pinax and their individual dependencies

To solve these problems and more, Pinax is switching to a distutils-based approach. This means:

  1. externals dependencies are encouraged to be released as distutil-compliant packages with a valid setup.py and put on PyPI
  2. development versions of dependencies can be pulled in in a variety of different ways including from git, hg or bzr repositories

svn:externals are evil

Créer un blog avec Django

by marco
python manage.py dumpdata blog --indent=4 > apps/blog/fixtures/test_data.json

January 2009

GeoDjango

by greut & 1 other

A world-class geographic web framework

Django using adapted to a GIS backend (like PostGIS)

How to PUT a file in Django | Refactor the Life

by karlcow

Once we decide to go for PUT instead of POST, we step out the comfort zone of django, there is no mapped form filed, no validation, we have to deal with the raw WSGI interface by ourselves.

Secrets of the Django ORM

by marco
Django's ORM has a secret weapon: it supports SQL group_by and having clauses [...] So it's really a "use at your own risk" type

django-master-class.014.png 800×600 pixels

by marco
Go Go Go Go shorty, it's ya birthday, we gona party like its ya birthday

PUBLIC TAGS

ajax   apple   art   audio   blog   blogging   blogs   book   bookmarks   books   business   car   community   computer   css   culture   design   download   dvd   education   email   finance   firefox   flash   flickr   food   forum   free   fun   funny   game   games   google   guide   health   history   home   hosting   html   humor   image   images   information   internet   ipod   java   javascript   life   links   linux   mac   magazine   marketing   media   microsoft   mobile   money   movie   movies   mp3   music   news   online   phone   photo   photography   photos   photoshop   php   podcast   programming   radio   reference   rss   science   search   security   seo   service   shopping   site   social   software   sports   technology   tips   tool   tools   travel   tutorial   tv   video   videos   web   web2.0   webdesign   wiki   windows   wordpress   yahoo  

Sponsorised links