Posts Tagged ‘ dynamic-model ’

Django tips: Tech Model: Re: Deciding how to start building a …

February 23, 2010
By

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

Read more »

Django tips: Tech Model: Question about Django ORM

February 23, 2010
By

Django tips : Tech Model. Tuesday, February 23, 2010. Question about Django ORM. Hello,. I have question about type of design patterns using in Django ORM. It is: Table Data Gateway, Row Data Gateway, Active Record or Data Mapper? ...

Read more »

Django tips: Tech Model: Re: have trouble with safe and linebreaks …

February 22, 2010
By

Django tips : Tech Model. Monday, February 22, 2010. Re: have trouble with safe and linebreaks together. It wouldn't really matter if you needed to use something like html2pdf in the future because you can always run a context through a ...

Read more »

Django tips: Tech Model: IP address and NetScaler application …

February 22, 2010
By

Django tips : Tech Model. Monday, February 22, 2010. IP address and NetScaler application delivery device. I'm running a Django/Pinax website (www.mathtran.org) whose host wishes to move it to the NetScaler application delivery device. ...

Read more »

Django tips: Tech Model: Re: Othogonal aspects to models

February 22, 2010
By

Django tips : Tech Model. Monday, February 22, 2010. Re: Othogonal aspects to models. Thanks Shawn - but James' talk is exactly what got me into this mess :-) I'm aware of the possibility of specifying the model to be used as a ...

Read more »

Django tips: Tech Model: what is up with InternalError current …

February 22, 2010
By

Django tips : Tech Model. Monday, February 22, 2010. what is up with InternalError current transaction is aborted, commands ignored until end of transaction block. I have search far and wide for some help regarding the Internal Error ...

Read more »

Django tips: Tech Model: Re: custom auth backend and ./manage.py test

February 22, 2010
By

Django tips : Tech Model. Sunday, February 21, 2010. Re: custom auth backend and ./manage.py test. On 22/02/2010 10:53am, Stephen Crosby wrote: > I'm working on a project that requires a custom auth backend which ...

Read more »

Django tips: Tech Model: Othogonal aspects to models

February 21, 2010
By

Django tips : Tech Model. Sunday, February 21, 2010. Othogonal aspects to models. Hi all,. Maybe I'm asking the wrong questions, maybe I'm asking the impossible, maybe I need to do the hard thinking myseld. Anyway: here's my problem. ...

Read more »

Django tips: Tech Model: how to get as_sql() to work again

February 21, 2010
By

Django tips : Tech Model. Sunday, February 21, 2010. how to get as_sql() to work again. As of 1.2 and multi-db how do I get the sql that will be produced from a query set ? Since 1.2 and multi-db, the previous methods are no longer ...

Read more »

Django tips: Tech Model: Re: Creating new Thread in a view?

February 21, 2010
By

Django tips : Tech Model. Sunday, February 21, 2010. Re: Creating new Thread in a view? On Feb 17, 2010, at 9:36 AM, justind wrote: > > What is a better solution to this problem? Actually, I feel like I > can't solve it because I lack an ...

Read more »