PUBLIC   marks

PUBLIC MARKS with tag django

Sponsorised links

This month

Django Admin Omnigraffle Stencil

by Xavier Lacot
An Omnigraffle Stencil of the admin UI elements that Django provides out of the box

April 2008

Running Django on Google App Engine - Google App Engine - Google Code

by Neewok
Google App Engine includes Django 0.96, so if you are on the latest stable release, there's nothing to install. Just import your Django modules as you would normally. We cover the modifications you will need to include if you are using the Django development version as well.

Sponsorised links

March 2008

February 2008

jacobian.org : Django performance tips

by greut & 1 other (via)

some notes on how we tweak our servers to get that type of high performance.

nice Django tips.

January 2008

Index | Jinja Template Engine

by karlcow

Jinja is a sandboxed template engine written in pure Python licensed under the BSD license. It provides a Django-like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code.

django-rosetta - Google Code

by greut

A Django application that eases to translation process of your Django projects

Marco powa

StaticGenerator for Django

by mbertier & 1 other
StaticGenerator is a Python class for Django that makes it easy to create static files for lightning fast performance. It accepts strings (URL), Models (class or instance), Managers, and QuerySets in a simple syntax:

December 2007

November 2007

django-evolution - Google Code

by mbertier & 1 other (via)
This is where Django Evolution fits in. Django Evolution is an extension to Django that allows you to track changes in your models over time, and to update the database to reflect those changes.

django-evolution - Google Code

by greut & 1 other

Django Evolution is an extension to Django that allows you to track changes in your models over time, and to update the database to reflect those changes.

Freelance Django, enfin indépendant - Biologeek : Ubuntu, bio-informatique et geekeries libres d'un bio-informaticien au quotidien.

by greut

À force d'être convié à des projets tous plus intéressants les uns que les autres, j'ai décidé de me mettre à mon compte pour faire ce que j'aime : développer des applications web de qualité avec Django.

Bravo à toi David, excellente continuation.

Cyberdelia » Blog » Django & Capistrano

by greut

Capistrano se veut flexible, voici donc comment le rendre capable de déployer une application Django.

October 2007

Lift Web Framework witj scala

by pvergain
Welcome to the lift Web Framework lift is yet another web development framework. lift runs inside a Java web container and uses the Scala programming language for coding. lift stresses security, developer productivity, ease of deployment, ease of maintainability, performance, and compatibility with existing systems. lift borrows from the best of existing frameworks including Seaside's highly granular sessions and security, Rails fast flash-to-bang, Django's "more than just CRUD is included", and Erlyweb's scalability for Comet-style applications. lift is built on Scala, a hybrid Functional and O-O language that compiles code down to the Java Virtual Machine. Scala code can call any Java code and make use of all Java classes. Java code can call some Scala code. lift applications are packaged as WAR files and can be deployed on any Servlet 2.4 engine (e.g., Tomcat 5.5.xx, Jetty 6.0, etc.)

September 2007

The Django ORM Problem - 204 No Content Blog

by greut

That's cause Django gets the model definition language right - they're just using the wrong underlying library.

A very interesting article about Django ORM, what to keep and what to borrows from somewhere else.

August 2007

PUBLIC TAGS related to tag django

no tag

Sponsorised links