Re: Why Django Apps Suck

2010-09-22 Thread indymike
On Sep 21, 4:26 pm, "klaasvanschel...@gmail.com" wrote: > One thing that deserves extra stress is that apss should be easily > extendable. Exactly the fact that every customer want something that > is slightly different from the next is how we're able to provide > value. (This is also the reaso

Best way to change pk field type

2010-10-07 Thread indymike
Here's my issue - I'm going to run out of integers for my primary key in one of my tables. I'm using MySQL, which has been absolutely fantastic, and will for at least a few more decades if I can make a change from INT to BIGINT. What's the right way to switch from INT to BIGINT so the PK works co

Re: Login, Password Recovery, etc

2011-02-13 Thread indymike
Andres - Thank you. This is EXACTLY what I was looking for. Five stars to you. On Feb 13, 2:10 pm, Andres Lucena wrote: > El vie, 11-02-2011 a las 21:06 -0500, Mike Seidle escribió: > > > Quick question - is there an application or examples of completely > > implemented > > user authentication