about 11 hours ago - No comments
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. …
about 1 week ago - No comments
Django tips : Tech Model. Monday, March 1, 2010. auth issue on Windows. Hi, I’m trying out python+django 1.1.1 on Windows 7 and I have trouble getting django-registration working. After logging in, request.user is AnonymousUser on …
about 1 week ago - No comments
Django tips : Tech Model. Monday, March 1, 2010. Re: Django + Varnish. Keepalive? On Mon, Mar 1, 2010 at 4:12 AM, Alessandro Ronchi wrote: > 2010/2/25 Alessandro Ronchi : …
about 1 week ago - No comments
Django tips : Tech Model. Saturday, February 27, 2010. Re: Django not reading the URLConf (urls.py). On Sat, Feb 27, 2010 at 4:05 PM, pizted@gmail.com wrote: Did you delete the .pyc files? Python generates a compiled …
about 1 week ago - No comments
Django tips : Tech Model. Saturday, February 27, 2010. Django not reading the URLConf (urls.py). If I update any line on the urls.py, this doesn’t reflect on the server. I can even DELETE the file, and all the urls are still working. …
about 1 week ago - No comments
Django tips : Tech Model. Saturday, February 27, 2010. Django 1.0 admin – no “select all” checkbox. Anyone noticed that django 1.0 admin has no “select all” checkbox in every model object view?. Do i have to clear objects in shell if I …
about 1 week ago - No comments
Django tips : Tech Model. Saturday, February 27, 2010. Re: Django 1.0 admin – no “select all” checkbox. On Sat, Feb 27, 2010 at 1:11 PM, Carlos Ricardo Santos wrote: > Anyone noticed that django 1.0 admin …
about 1 week ago - No comments
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 …
about 1 week ago - No comments
Django tips : Tech Model. Saturday, February 27, 2010. Re: search_field doesn’t work ? On Feb 27, 12:03 pm, “mendes.rich…@gmail.com” wrote: > Hello Django Users, > > I have the following problem, …
about 1 week ago - No comments
Django tips : Tech Model. Saturday, February 27, 2010. Re: Passing RequestContext as dict vs. context_instance=RequestContext. Hi Bruno, Hi Alex,. thank you very much for your helpful responses. I will do as you suggested and use …