อยากมีส่วนร่วมมากขึ้น?
ถ้าอ่านจนเบื่ออยากเขียนบ้าง เราเปิดโอกาสให้ทุกคนมีส่วนร่วมโดยการเขียนทุกเรื่องราวที่น่าสนใจเกี่ยวกับ Django สามารถเขียนได้ในทุกแง่มุมในรูปของบล็อก นอกจากนี้เรายังมีบริการ Planet สำหรับท่านที่มีบล็อกส่วนตัว อย่างไรก็ตามในเบื้องต้นเราขอป้องกันสแปมใน Planet โดยอนุญาตให้ใส่ฟีดได้เฉพาะผู้ที่มีสิทธิ์เขียนบทความอย่างเท่านั้น ทั้งนี้ขอสงวนสิทธิ์ให้ใส่ฟีดเฉพาะที่เกี่ยวกับ Django เท่านั้น
ผู้ที่สนใจขอให้มาแสดงตัวที่ด้านล่างนี้ได้เลยครับ
Multiple VirtualHost setting for Apache mod_wsgi requires ordering of WSGIScriptAlias before ServerName
A lot of mod_wsgi configuration tutorial configure the single VirtualHost as below (from mod_wigs wiki),
Web API using Django and markup.py
I have a web application that has a set of web api. I want it to be XML base. Django has utilities to serialize the query set to json or XML but I want to output XML that is not django' format. Below is how I did that.
The XML generator
I use markup.py, intuitive, light weight, easy-to-use, customizable and pythonic HTML/XML generator (from its website). I didn't spend much time on this. You can use any XML generator.
Below is how I generate the XML,
Generic, URL base view count for Django
A lot of web sites have a view count statistic for showing how many views for particular web page. For Django (or any MVC web framework), we call web page base on URL. I will show you how to implement generic URL count and display it the template.
Counter models
Below is the models,
ชื่อ django กับ Super Mario Bros. 2 theme
หลายคนคงทราบแล้วว่าชื่อ django นี้มาจากชื่อ Django Reinhardt นักกีตาร์แนว gypsy jazz
วันนี้ผมเพิ่งไปเจอว่า Adrian Holovaty หนึ่งในนักพัฒนาแรกเริ่ม (และเป็น BDFL) ของ django ไปแสดงกีตาร์อยู่ที่ YouTube มากมายหลายคลิป แน่นอนว่าเป็นแนว gypsy jazz (เจอจาก TWiD)
หนึ่งในนั้นน่าจะถูกใจหลายคน Super Mario Bros. 2 theme, gypsy style ฟังเพลงอื่น ๆ ของเขาได้ที่ http://holovaty.com/music
