Blogs about: Django

Featured Blog

Some Windows Pinax help

tbrander wrote 18 hours ago: This is just an overview: See the Wiki here for the nitty gritty… For widows users: 1st thing … more →

Tags: vista 64, Git, Git extensions, pinax, Windows

Which module to import to use pattern function?

weboom wrote 1 day ago: from django.conf.urls.defaults import * … more →

Tags: pattern

dodoggidoo done

deifante wrote 1 day ago: finished this “quick”, “oh we’ll make it simple D” site. I think a day … more →

Tags: Web development

no such table: django_admin_log

weboom wrote 2 days ago: If you get this error message, you probably forgot performing syncdb after adding admin interface. J … more →

Tags: django_admin_log, syncdb

What for INSTALLED_APPS?

weboom wrote 2 days ago: After you created your models, you need to tell django to use it. To let django know that, you need … more →

Tags: INSTALLED_APPS, model

Deploying Django application on mod_python and Mini Mac1 comment

rubayeet wrote 2 days ago: Server  : Apache 2.2 OS      : Mac OS X 10.5.4  Python  : Version 2.5.1 Django  : Version 1.0.2 fina … more →

Tags: Mac, Programming, Python, Sys Admin

What is model in django?

weboom wrote 2 days ago: Model maps to a single database table. Model is about your data. Model contains 1. fields 2. methods … more →

Tags: Data, field, Method, model

What for syncdb?

weboom wrote 3 days ago: After creating django project, $python manage.py syncdb needs to be executed. The syncdb command 1. … more →

Tags: manage.py, syncdb

Django Generics

deifante wrote 3 days ago: Recently discovered Django Generic Views. I glossed over them when I was first learning about django … more →

Tags: Web development

What is extends ?

weboom wrote 3 days ago: It is about template inheritance. See example at http://weboom.wordpress.com/2009/07/01/what-is-bloc … more →

Tags: block, extends, template inheritance

What is block ?

weboom wrote 3 days ago: It is about template inheritance. For example, assume that base.html has {% block yourblock %} Here, … more →

Tags: block, extends, template inheritance

How to uninstall django?

weboom wrote 4 days ago: For example, when you install wrong version of django, how to uninstall django? under your python di … more →

Tags: uninstall

There are so many urls.py files !

weboom wrote 4 days ago: Yes. Under the project root file, there is a urls.py However, each application directory also has it … more →

Tags: urls.py

What is direct_to_template in django?

weboom wrote 4 days ago: Usually in django, urls.py provides mapping between a url and a python function (that is, when a use … more →

Tags: urls.py, views.py, direct_to_template

How to install PIL in windows?

weboom wrote 5 days ago: Go http://www.pythonware.com/products/pil/ … more →

Tags: Python, install, Pil

What is PIL?

weboom wrote 5 days ago: PIL is Python Imaging Library. It is needed for many other tools/plugins (e.g., image uploader etc.) … more →

Tags: Python, definition, Pil

Shooting myself in the head with Python, Django,Pinax

tbrander wrote 5 days ago: Well I decided to take some time off from working with the App-engine-patch and try Native Django,, … more →

Tags: Eclipse, pinax, PyDev, Python

Django and python

m3chman wrote 6 days ago: Утановил Django с питоном, теперь это наше все на ближайшую перспективу, не забывая про movabletype … more →

Tags: Общее, Core, dev, Edge, Linux, Python, technology

image & css file location setup

weboom wrote 1 week ago: In settings.py STATIC_DOC_ROOT = os.path.join(os.path.dirname(__file__), “static”) MEDIA … more →

Tags: CSS, Directory, image, Static


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS

Find other items tagged with “django”:
Technorati Del.icio.us IceRocket