|
|
Packt Publishing from UK informed me that they published an interesting book "Django 1.0 Template Development", written by Scott Newman. I have not read yet, but it has many positive reviews (e.g. Lowkster and contenthere).
http://www.zenzire.com/archive/djan ...
added by Alrond
Mod_python is a loadable Apache module which embeds the Python interpreter, so Python code can be run in-process by Apache. To deploy and run your Django application in an Apache web server you have to..
http://rubayeet.wordpress.com/2009/ ...
added by Alrond
http://weboom.wordpress.com/2009/07 ...
added by Alrond
http://weboom.wordpress.com/2009/07 ...
added by Alrond
Recently discovered Django Generic Views. I glossed over them when I was first learning about django. It was already saving me so much and I was kinda new to many of the ideas it was presenting, I didn’t take the time to invest in learning about them. Now that I have there’s even more savings. It’s quite nice actually.
http://deifante.wordpress.com/2009/ ...
added by Alrond
The comparison sheet below compares django-mptt and django-treebeard, two Django applications that enable you to easily add support for hierarchical data store to your models. django-treebeard has the advantage of offering multiple tree storage strategies, all neatly abstracted from using the same API.
http://www.qompr.com/charts/63;djan ...
added by Alrond
Sometimes it’s good to hide things instead of deleting them. Users may accidentally delete something and this way there will be an extra backup. The way I’ve been doing this is I set a flag in the database, deleted = 1. I wrote this code to automatically hide records from django if they are flagged.
http://codespatter.com/2009/07/01/d ...
added by Alrond
We’ll be adding search functionality to a simple application. Here is myapp/models.py:..
http://haystacksearch.org/docs/tuto ...
added by Alrond
For example, when you install wrong version of django, how to uninstall django?
http://weboom.wordpress.com/2009/07 ...
added by Alrond
Today's a big day for us at EveryBlock. We're making our source code available.
Over the past two years, EveryBlock has been funded by a grant from the Knight Foundation. The purpose of the grant was twofold: to launch this experiment in "microlocal" news, and to release the source code. Today, as our grant period comes to an end, we're fulfilling that second purpose.
http://blog.everyblock.com/2009/jun ...
added by Alrond
|
|
Add news, article or blog
|
|
Translate it to your language
|
|