PUBLIC   marks

PUBLIC MARKS with tag django

Sponsorised links

This month

Django Multiple Page Forms

by marco
Move both backwards and forwards through the form

django-wikiapp - Project Hosting on Google Code

by karlcow

Django WikiApp is a pluggable application for Django that aims to provide a complete Wiki (for really small values of "complete")

scrumpy #5 : David Larlet Django-Python on Vimeo

by parmentierf (via)
Une petite démonstration de l'écriture d'une application Django par Biologeek!

Python Template languages (Part 1 — Django)

by marco
As for logic in [Django] templates, well, I do tend to agree with Jacob — I'd rather add a bit of salt now and again than have to worry about too much already being baked in :)

Toast Driven - Haystack 1.0 Final Released

by karlcow

Haystack 1.0.0-final has been released (via the packages at PyPi or GitHub). You can also install it via ``sudo pip install django-haystack`` or via git from GitHub.

Sponsorised links

November 2009

Django for a Rails Developer — The Usware Blog - Django Web Development

by karlcow

In this post I want to give a brief introduction to Django project layout from a Rails developer point of view, on what is there, what is not there and where to look for things. It should help a rails developer working on django be able to find the necessary files and underatnd the layout of the project files.

docs at master from capooti's pinaxtutorial - GitHub

by karlcow

a tutorial on writing web application with the Pinax framework edit

Découverte sur BioloGeek, l'avis d'un freelance passionné par le web et son évolution.

by Emaux & 13 others
Ce site a évolué avec mes centres d'intérêts pour graviter aujourd'hui autour des frameworks web, de l'ergonomie, du web sémantique, de python et plus généralement du développement web agile et pérenne.

Announcing Kong: A server description and deployment testing tool | Surfing in Kansas

by karlcow

t work we have to manage a ton of Django based sites. Just for our World Company sites, we have over 50 different settings files, and this doesn't take into account the sites that we host for other clients. At this size it becomes basically impossible to test each site in a browser when you push things to production. To solve this problem I have written a very basic server description tool. This allows you to describe sites (settings file, python path, url, etc.) and servers.

All Night Diner : AMO Development Changes in 2010

by karlcow & 1 other

The DB layer should return objects that are easy to cache and easy to invalidate. The built-in Django database classes (combined with memcache) should work fine for us here.

Correct way to handle mobile browsers | Surfing in Kansas

by karlcow

Minidetector is a Django reusable app that allows you to know if a request is being viewed on a mobile device. It provides a middleware and a view decorator that sets a request.mobile variable to True if the request is coming from a mobile device. It's method of figuring out if a device is mobile is simple; It first checks for a special Opera Mini header, then for WAP support, then finally checks the User Agent against a list of known mobile strings.

Haystack Tutorial — Haystack v1.0.0-beta documentation

by karlcow

Before starting with Haystack, you will want to choose a search backend to get started. There is a quick-start guide to Installing Search Engines, though you may want to defer to each engine’s official instructions.

Writing good documentation (part 1)

by karlcow

There’s no substitute for documentation written, organized, and edited by hand.

MichaelMoore.com | Concentric Sky

by karlcow

With such a large amount of content, searchability was essential. For this we built a custom technology stack based on Solr, Lucene and Haystack. Then, to keep all the previous links pointing in the right direction, we created a customizable scheme of Django regular expressions and Apache mod_rewrites.

sunlightlabs's django-layar at master - GitHub

by karlcow

helper for publishing data to Layar augmented reality browser from Django edit

October 2009

Rails vs Grails vs Django models - Peter Krantz

by karlcow

in Rails, parts of the model design is actually stored in the database schema instead of in the Ruby code. I have started adding comments in the Rails model classes to be able to remember what properties they have without peeking in the Db. Typically I have a number of half-baked projects on my laptop and from time to time I forget what they do and these comments help me remember.

yml / fabric_factory / overview — bitbucket.org

by karlcow

This project aims to provide an easy to setup continuous integration server and client. The server side infrastructure is built on top of django. The tasks are described using fabric.

Exposing calendar events using iCalendar in Django | Technobabble - Christian Joergensen

by karlcow

I recently wrote simple abstraction for exposing calendar events in Django as iCalendar feeds. It relies on vobject for managing the formatting of the calendar file, so you will need this if you want to try it out. It is available in Debian in the python-vobject package.

Lessons Learned While Creating a Generic Taxonomy App for Django | Musings of an Anonymous Geek

by karlcow

So, when I first picked up a guitar, the first song I sat down to learn, by ear, was Stairway to Heaven, not “Twinkle, Twinkle, Little Star”. So goes my experience with Django :)

PUBLIC TAGS related to tag django

no tag

Sponsorised links