PUBLIC   marks

PUBLIC MARKS with tag django

Sponsorised links

18 November 2009

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.

Sponsorised links

16 November 2009

15 November 2009

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.

12 November 2009

11 November 2009

Writing good documentation (part 1)

by karlcow

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

03 November 2009

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.

02 November 2009

sunlightlabs's django-layar at master - GitHub

by karlcow

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

27 October 2009

19 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.

18 October 2009

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.

15 October 2009

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 :)

11 October 2009

jessenoller.com - Django, mod_wsgi, Apache and OS X – do it.

by karlcow

whut_2.jpgSo, I’m one of those people where I don’t like running things “too far” from what a production setup might look like (I code on OS/X, deploy to Linux). This is why I jump(ed) through various hoops on my OS X system to get Apache/Django/mod_wsgi/etc all up and running and happy (not for serving the site; just developing).

09 October 2009

06 October 2009

Custom Admin View Gotcha in Django 1.1

by marco
(r'^admin/', include(admin.site.urls))

02 October 2009

29 September 2009

25 September 2009

akoha / django-lean / wiki / Home — bitbucket.org

by karlcow

A framework for performing and analyzing split-test experiments in Django applications.

22 September 2009

Snakes on the Web

by marco
There's a huge opportunity for Python to be the backend language of choice for HTML 5 web applications.

Django Dose

by marco
Django Dose is all things Django. Our goal is to deliver quality content regularly as your dose of Django. With a team of dedicated people we are ready to deliver the goods.

PUBLIC TAGS related to tag django

no tag

Sponsorised links