Results for the tag 'django'
Link // grassyknoll - A pyth… // Thu // 20 Nov 2008 // 9:50 p.m. // 0 comments
grassyknoll - A python search-engine
A search engine written in Python. May be I should use this and integrate it with my django backend. Don't know how it goes have to try how it goes.
Visit site..Link // Using Django with O… // Mon // 17 Nov 2008 // 11:23 a.m. // 0 comments
A tutorial on using django with orbited framework. Create a streaming coet server where client browser can initiate a tcp socket. Server can push content into the client with out client intervention
Visit site..Link // Using Paypal with Dj… // Wed // 12 Nov 2008 // 5:05 p.m. // 0 comments
Great tutorial on setting up PayPal transactions with Django. I used this snippet in one of my project to test how it goes and works like a charm.
Visit site..Thanks a bunch. Via Jeffcroft
Expire cache specific to a django…
posted: 08th November. 2008 // 10:27 p.m. // 1 commentOften you might encounter situation where you may need to expire cache for a POST request when user updates a field. Here is a snippet I use to expire cache for that specific key.
Link // Django Doctest Tips // Fri // 07 Nov 2008 // 9:48 a.m. // 0 comments
A post on django doctests. Good set of tips. via Eric
Visit site..Making Django Dry templates even …
posted: 05th November. 2008 // 3:38 p.m. // 1 commentA simple trick to make your django templates even drier. A huge time saver. A work around by creating a new method in a django model to spit out the rendered redundant code.
Link // Recaptcha for django // Wed // 22 Oct 2008 // 5:44 p.m. // 0 comments
Here is a quick tutorial on setting up recaptcha for django. The author had put togeather a new Form Field Recaptcha to support it. Cool!!
Visit site..Photo // Sat 06 Sep 2008 // 9:51 a.m. // 0 comments
Photo // Thu 02 Oct 2008 // 9:52 p.m. // 0 comments
Setting django dev & prod environ…
posted: 18th October. 2008 // 8:52 p.m. // Be the first to commentHere is a django environment setup tutorial which I use for this blog. I have 2 different setups which I use for development and production server.
My Experience with Django Signals
posted: 01st October. 2008 // 9:54 a.m. // Be the first to commentA post describing use of Django signals in a practical situation. I explained a practical scenario where django signals could be used to make your life easy.
Photo // Tue 30 Sep 2008 // 9:29 a.m. // 1 comment
Link // Useful form tricks i… // Sat // 27 Sep 2008 // 9:49 p.m. // 0 comments
here is a cool trick on how to constrain the choicefield in a form for the logged in user. Very cool. Via Magus -
Visit site..Link // The Python Property … // Tue // 23 Sep 2008 // 7:04 p.m. // 0 comments
Using python builtin property in Django. Via Jeffcroft
Visit site..Link // hb // the weblog // Wed // 17 Sep 2008 // 7:02 p.m. // 0 comments
A good django blog with informative posts. Good work hughbien
Visit site..My first looks into Savoy
posted: 14th September. 2008 // 10:08 p.m. // 4 commentsI was lucky enough to beat test jeff croft's Savoy framework. Here are my few views on Savoy. This could be used as a quick start with savoy as well.
Link // Hostmonster + python… // Thu // 11 Sep 2008 // 8:14 p.m. // 0 comments
Hostmonster + python 2.5 + subversion 1.4 + django-svn + mysqldb + fcgid
A small tutorial installing python, svn, django, fcgi etc on hostmonster.
Visit site..