Adding Fields to Registration Form [or Multiple Inheritance of forms]

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
from registration.forms import RegistrationForm
from django.forms import ModelForm
from models import Organization

class OrganizationForm(forms.ModelForm):
    class Meta:
        model = Organization

RegistrationForm.base_fields.update(OrganizationForm.base_fields)

class CustomRegistrationForm(RegistrationForm):
    def save(self, profile_callback=None):
        user = super(CustomRegistrationForm, self).save(profile_callback=None)
        org, c = Organization.objects.get_or_create(user=user, \
            logo=self.cleaned_data['logo'], \
            name=self.cleaned_data['name'])

More like this

  1. Django Registration without username by newmaniese 5 years, 1 month ago
  2. Ensure submitted slugs do not conflict with existing resolvable URLs by ElfSternberg 3 years, 10 months ago
  3. Multiple inheritance of newforms and modelforms by simon 5 years, 1 month ago
  4. Simple E-mail registration by bthomas 4 years, 6 months ago
  5. Django Registration with GMail account by btbytes 6 years, 1 month ago

Comments

satodenn (on October 1, 2011):

[HTML_REMOVED][HTML_REMOVED]top wedding dress[HTML_REMOVED][HTML_REMOVED] [HTML_REMOVED] [HTML_REMOVED][HTML_REMOVED]wedding dress fantasy[HTML_REMOVED][HTML_REMOVED] [HTML_REMOVED] [HTML_REMOVED][HTML_REMOVED]the cheap wedding dress[HTML_REMOVED][HTML_REMOVED] [HTML_REMOVED] [HTML_REMOVED][HTML_REMOVED]a-line v-neck wedding dresses[HTML_REMOVED][HTML_REMOVED] [HTML_REMOVED] [HTML_REMOVED][HTML_REMOVED]bowknot wedding dress[HTML_REMOVED][HTML_REMOVED] [HTML_REMOVED] [HTML_REMOVED][HTML_REMOVED]wedding dress with veil[HTML_REMOVED][HTML_REMOVED] [HTML_REMOVED] [HTML_REMOVED][HTML_REMOVED]wedding dresses with train[HTML_REMOVED][HTML_REMOVED] [HTML_REMOVED] [HTML_REMOVED][HTML_REMOVED]shorter length wedding dressess[HTML_REMOVED][HTML_REMOVED] [HTML_REMOVED] [HTML_REMOVED][HTML_REMOVED]party dresses for women[HTML_REMOVED][HTML_REMOVED] [HTML_REMOVED] [HTML_REMOVED][HTML_REMOVED]evening dresses 2011[HTML_REMOVED][HTML_REMOVED] [HTML_REMOVED] [HTML_REMOVED][HTML_REMOVED][HTML_REMOVED] Other About top wedding dress blog [HTML_REMOVED][HTML_REMOVED][HTML_REMOVED][HTML_REMOVED] About www.comedress.com blog [HTML_REMOVED]

#

(Forgotten your password?)