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 ...
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 ...
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. ...
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 ...
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, ...
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 'ś') ...
Django tips : Tech Model. Saturday, February 27, 2010. Re: Handling input of external urls. On 27 February 2010 02:17, russianbandit wrote: > Sorry for being sort of a newb when it comes to regex. But what ...
Django tips : Tech Model. Saturday, February 27, 2010. Re: convert mysql database to django model. On 27 February 2010 11:46, Sven Richter wrote: > Hi everybody, > > i am wondering if there is a tool which ...
Django tips : Tech Model. Friday, February 26, 2010. Re: Banned from the #django irc channel. On Saturday 27 Feb 2010 12:38:16 pm James Purser wrote: > On Fri, 2010-02-26 at 22:17 -0500, Shawn Milochik wrote: > > I asked in the IRC, ...
Django tips : Tech Model. Friday, February 26, 2010. Re: test_cookie_worked() fails although cookie is set. Okay, the problem was that the cookie was from my admin login (which I had not logged out of). When I deleted this cookie, ...
Django tips : Tech Model. Friday, February 26, 2010. Re: what's the right way to extend an admin view with AJAX? Django was definitely designed to be extended. But it is sometimes hard to find the write ways to extend what you ...