Coding Tips & Tricks
General
Liveblogging at Confoo: [not just] PHP Performance by Rasmus …
Mar 11th
Set error_reporting(-1) in wp-settings.php to catch all warnings — warnings slow you down, so get rid of all errors. PHP error handling is very slow, so getting rid of errors will make you faster. …
See the rest here:
Liveblogging at Confoo: [not just] PHP Performance by Rasmus …
Django tips: Tech Model: Re: "Illegal mix of collations": how to …
Feb 27th
Django tips : Tech Model. Saturday, February 27, 2010. Re: “Illegal mix of collations”: how to handle that? On Sat, Feb 27, 2010 at 4:06 AM, jul wrote: hi, when submitting some characters in a charfield of a django …
Read more from the original source:
Django tips: Tech Model: Re: "Illegal mix of collations": how to …
Django tips: Tech Model: "Illegal mix of collations": how to …
Feb 27th
Django tips : Tech Model. Saturday, February 27, 2010. “Illegal mix of collations”: how to handle that? hi,. when submitting some characters in a charfield of a django form I get the following error (e.g. when submitting ‘ś’) …
Here is the original post:
Django tips: Tech Model: "Illegal mix of collations": how to …
Django tips: Tech Model: Re: SAAS User and Auth situation.
Feb 22nd
Django tips : Tech Model. Monday, February 22, 2010. Re: SAAS User and Auth situation. On 22 February 2010 05:09, orokusaki wrote: > I’m developing an SAAS which means that I will have Accounts and those …
View post:
Django tips: Tech Model: Re: SAAS User and Auth situation.
Django tips: Tech Model: SAAS User and Auth situation.
Feb 22nd
Django tips : Tech Model. Sunday, February 21, 2010. SAAS User and Auth situation. I’m developing an SAAS which means that I will have Accounts and those. Accounts will have Users. Each account’s Users are completely …
See more here:
Django tips: Tech Model: SAAS User and Auth situation.
Django tips: Tech Model: Re: django and caching
Feb 21st
Django tips : Tech Model. Sunday, February 21, 2010. Re: django and caching. Thanks for the replies folks, you’ve been very helpful. One more question though – I didn’t find any “official” way to clear the cache of a certain object. …
Read the rest here:
Django tips: Tech Model: Re: django and caching
OpenSUSE Weekly News/111
Feb 20th
To compliment our [ http://www.linuxuser.co.uk/news/ten-essential- python-tips -for-beginners/ 'ten essential Python tips for beginners' ] and [http : //www.linuxuser.co.uk/tutorials/ten-more-essential- python-tips / ‘ten more essential …
Read more here:
OpenSUSE Weekly News/111
Django tips: Tech Model: Re: template code in tinymce editor
Feb 19th
Django tips : Tech Model. Thursday, February 18, 2010. Re: template code in tinymce editor. Thanks for this interesting approach. Stephan. Am Freitag, 19. Februar 2010 00:34:54 schrieb Matías Costa: > In general no, but in this simple …
Excerpt from:
Django tips: Tech Model: Re: template code in tinymce editor
Django tips: Tech Model: Re: Downloadable CSV file of Survey?
Feb 17th
skip to main | skip to sidebar. Django tips : Tech Model. Wednesday, February 17, 2010. Re: Downloadable CSV file of Survey? i just added a csv export as an admin action from details here. django csv …
Original post:
Django tips: Tech Model: Re: Downloadable CSV file of Survey?
Re: Downloadable CSV file of Survey?
Feb 17th
Note: Your “novice Django skills” are irrelevant — working with CSV files in Django is nothing more than Python. Just check out the docs and examples on the Python CSV module. You’ll enjoy working with Python (and Django) a lot more if …
Original post:
Re: Downloadable CSV file of Survey?