Blog Archives

Django tips: Tech Model: anonymous user

February 19, 2010
By

Django tips : Tech Model. Friday, February 19, 2010. anonymous user. How can I just enable anonymous user in Django? I mean, what is the minimum I should do to be logged in as anonymous first time I go to my site? ...

Read more »

Django tips: Tech Model: Re: Admin screen pluralizing models …

February 19, 2010
By

Django tips : Tech Model. Friday, February 19, 2010. Re: Admin screen pluralizing models inappropriately and database relations question. Basically what you are trying to do is called a many-to-many relationship with an intermediary ...

Read more »

Django tips: Tech Model: Re: Passenger 57 – a Django query problem

February 19, 2010
By

Django tips : Tech Model. Friday, February 19, 2010. Re: Passenger 57 - a Django query problem. I hope that we can all learn somehow from the incident. When i reacted the way i did, i was picking up subtle undertones of aggression which ...

Read more »

Django tips: Tech Model: Re: Django IDE

February 15, 2010
By

Django tips : Tech Model. Monday, February 15, 2010. Re: Django IDE. 2010/2/14 dj_vishal . Hello Hi to all am new to the Django Framework.am learning django. Which IDE is suitable for Django ..plz help me in right ...

Read more »

Django tips: Tech Model: moving to Django 1.1 problem

February 15, 2010
By

Django tips : Tech Model. Monday, February 15, 2010. moving to Django 1.1 problem. Hi,. I'm trying to move from django 1.0.2 to 1.1 and I am getting the following error in one of my templates: Request Method: GET ...

Read more »

» Django Tricks, Part 2 – Initialize and Install Proudly …

February 7, 2010
By

Find out more be searching for "management.py" and "Extra special stuff" in http://www.b-list.org/weblog/2006/sep/10/ django-tips -laying-out-application/ document on wiki: http://bilumi.org/trac/wiki/PostSyncdbInstall """ def ...

Read more »

Link: Django tips

November 6, 2009
By

Set of helpful articles about Django-- integrating Comet, Facebook Connect, captchas etc. Visit link.

Read more »

Python Exceptions – Raising Your Own Exceptions With raise – Part 1

June 11, 2009
By

See More About: python tutorials · python error handling · python exceptions · python warnings · python raise statement. 7 of 8. Prev Next. Raising Your Own Exceptions With raise - Part 1. The standard way by which Python "handles" ...

Read more »

Python's Built-In Exceptions

June 8, 2009
By

python library · python exceptions · python error handling . The following is a complete list of Python errors that can be raised. While most of these are self-explanatory, I have added brief descriptions to them for sake of clarity; ...

Read more »

PHP Error Handling and the @ Operator

June 7, 2009
By

I have been trying to debug a plugin for WordPress (Shorten2Ping - I will keep plugging this because I think it is so nifty!) and I was running into a problem where the plugin would silently fail with nothing in the logs, ...

Read more »