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 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: 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 ...
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. 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. charField null=false not enforced for table creation in oracle. Hi, I try to create tables using Django models in our test oracle database. I define a model with one column like this: ...
Django tips : Tech Model. Friday, February 26, 2010. buildout and fixtures. Hi, we are switching to buildout for django development, but have several problems for the moment, mainly related to test running. Previously we've had a django ...
Django tips : Tech Model. Friday, February 26, 2010. Re: Storing Template Vars in Database and rendering. Thank you for the help. I'm going to test it when I get a chance. Now that you've said it, it should have been clear to me from the ...
Django tips : Tech Model. Tuesday, February 23, 2010. Re: custom method in view/models. my prefix could be changed and hence its length too , so let me show you what i did to get the price from Rates table against prefix used in Ast.dst ...
Django tips : Tech Model. Tuesday, February 23, 2010. Re: Deciding how to start building a search form. On 2010-02-23, at 12:50 PM, Nick wrote: > Anyways, what I'm wondering is, should I build this up by hand or ...