Posts Tagged ‘ urlconf ’

Django tips: Tech Model: Re: Django not reading the URLConf (urls.py)

February 27, 2010
By

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 ...

Read more »

Django tips: Tech Model: Django 1.0 admin – no "select all" checkbox

February 27, 2010
By

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 ...

Read more »

Django tips: Tech Model: Re: Django 1.0 admin – no "select all …

February 27, 2010
By

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 ...

Read more »

Django tips: Tech Model: Re: Passing RequestContext as dict vs …

February 27, 2010
By

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 ...

Read more »

Django tips: Tech Model: "Illegal mix of collations": how to …

February 27, 2010
By

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 'ś') ...

Read more »

Django tips: Tech Model: Re: to_field connected to field in …

February 27, 2010
By

Django tips : Tech Model. Saturday, February 27, 2010. Re: to_field connected to field in UserProfile. Yeah I understand that. But it makes no sense to link the payment field in my Orders model to the CustomerProfile. ...

Read more »

Django tips: Tech Model: Re: convert mysql database to django model

February 27, 2010
By

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 ...

Read more »

Django tips: Tech Model: Re: Banned from the #django irc channel

February 27, 2010
By

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, ...

Read more »

Django tips: Tech Model: Re: Django Problem

February 26, 2010
By

Django tips : Tech Model. Friday, February 26, 2010. Re: Django Problem. > But i m getting following Error after loading admin module in > setting.py(Please Download attached file from Files Section): Hi, you have not provided the error ...

Read more »

Django tips: Tech Model: Re: present FileField in a form outside …

February 26, 2010
By

Django tips : Tech Model. Friday, February 26, 2010. Re: present FileField in a form outside the admin. AdminFileWidget does the trick ;-). On Feb 26, 11:50 am, kirian wrote: > Hi, ...

Read more »