Re: developers needed

2006-01-14 Thread nikki
Thanks Adrian, I'm not a developer myself, just someone looking to build a site the right way from the start. After research I came accross Rails then Django, read magiepiebrain after google search and well here I am. I actually emailed you from your site asking for the same help. I kinda laughed

Re: #1165: Wrong column name in ForeignKey constraints

2006-01-14 Thread Adrian Holovaty
On 1/12/06, Arthur <[EMAIL PROTECTED]> wrote: > I've had a closer look at ticket #1165 where the wrong SQL column name > is used for PositiveIntegerFields. The problem is that the data type > for foreignKeys gets derived from its referenced field with the > __dict__ of the referenced field. This i

Re: developers needed

2006-01-14 Thread Jonathan Daugherty
# I was under the impression that large scaling DB applications are at # least generally done in mySql Yeah, this really has to stop. :) # Is there a consensus that postgre is not the DB of choice for # ecommerce apps -even if one can here and there point out an # anecdotal instance? I'd say th

Re: developers needed

2006-01-14 Thread nikki
John by the way I see command and it seems django work with postgreSql preferentially. I was under the impression that large scaling DB applications are at least generally done in mySql if not ms sql or oracle. Is there a consensus that postgre is not the DB of choice for ecommerce apps -even if o

Re: developers needed

2006-01-14 Thread Adrian Holovaty
On 1/14/06, nikki <[EMAIL PROTECTED]> wrote: > Hi - after reading the php vs .net vs rails wars I'd like some advice > on finding shops that primarily do django dvlpmt for start up ecommerce > sites that can grow comfortably. I've been on google search and the > freelance sites but I am not gettin

Re: developers needed

2006-01-14 Thread nikki
thanks John for taking the time

Re: Using an inner class for custom Manager in magic removal branch

2006-01-14 Thread Russell Keith-Magee
On 1/15/06, Simon Willison <[EMAIL PROTECTED]> wrote: > > The current system in magic-removal enables multiple managers (you can > assign as many as you like to different properties). I don't see the > advantage in allowing this - why not just add wrapper methods to your > custom Manager inner cla

Using an inner class for custom Manager in magic removal branch

2006-01-14 Thread Simon Willison
I've been thinking a bit about how we add custom table-level methods to models in the magic-removal branch. Here's how it works at the moment: class PersonManager(models.Manager): def get_list(self, **kwargs): # Changes get_list() to hard-code a limit=10. kwargs['limit'] = 10

Re: developers needed

2006-01-14 Thread Jonathan Daugherty
# Hi - after reading the php vs .net vs rails wars I'd like some # advice on finding shops that primarily do django dvlpmt for start up # ecommerce sites that can grow comfortably. I've been on google # search and the freelance sites but I am not getting anyone but php , # .net responders. Any su

developers needed

2006-01-14 Thread nikki
Hi - after reading the php vs .net vs rails wars I'd like some advice on finding shops that primarily do django dvlpmt for start up ecommerce sites that can grow comfortably. I've been on google search and the freelance sites but I am not getting anyone but php , .net responders. Any suggestions

Re: apps with the same name

2006-01-14 Thread Amit Upadhyay
On 1/14/06, Max Battcher <[EMAIL PROTECTED]> wrote: Joseph Kocherhans wrote:> Any ideas that don't involve 50+ character table names and 10 level> deep template directories? ;-)What about application relabeling?  Just like you might do a python ``import something as somebettername`` when there are

Re: apps with the same name

2006-01-14 Thread Max Battcher
Joseph Kocherhans wrote: Any ideas that don't involve 50+ character table names and 10 level deep template directories? ;-) What about application relabeling? Just like you might do a python ``import something as somebettername`` when there are conflicts across namespaces or you just want s