Re: Donation Application

2008-10-28 Thread Frank Malina @ vizualbod.com
This maybe isn't what you are looking for, but http://vizualbod.com/articles/paypaldonationlink --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users

Re: Foreign key with tons of items

2008-10-28 Thread Frank Malina @ vizualbod.com
Use "raw_id_field" useful when you have a Foreign Key on another model with lots of records. This changes the default interface from the a select box to a custom widget --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: reusing generic settings dependent on the project folder

2008-10-27 Thread Frank Malina @ vizualbod.com
all python my users are mostly going to see. I am hungry to learn what is the cleanest way to do it. On Oct 27, 1:00 pm, "Matías Costa" <[EMAIL PROTECTED]> wrote: > On Mon, Oct 27, 2008 at 1:07 PM, Frank Malina @ vizualbod.com < > > > > [EMAIL PROTECTED]> wrot

reusing generic settings dependent on the project folder

2008-10-27 Thread Frank Malina @ vizualbod.com
Hi all, in my projects I use a set of settings conventions that are the same from project to project. I want to separate them because I don't want to repeat myself. I am also reusing a big deal of my applications throughout the projects/sites, so it makes sense to give it a clear order and genera