Re: Registering only folks with .org email

2012-08-04 Thread Steve
Thanks, Kurtis. I'll start with subclassing and see how it goes. On Friday, August 3, 2012 4:25:46 PM UTC-4, Kurtis wrote: > > Hey Steve, > > There's a number of ways you could go about tackling this task. I, > typically, would read the original's application code and first determine > how it wo

Re: Registering only folks with .org email

2012-08-03 Thread Kurtis Mullins
Hey Steve, There's a number of ways you could go about tackling this task. I, typically, would read the original's application code and first determine how it worked. In some cases, I would write my code to subclass (or re-use) theirs and just make the modifications required. Other times, dependin

Registering only folks with .org email

2012-08-03 Thread Steve
I am very new to Django but I like it a lot. I learned about the registration plugin and I am trying to modify it such that only the individuals who have and can validate an email with .org address can register. I was wondering if someone could point me in the right direction in terms of how exa