Hi,

I'm trying to extend the registration form and the user profile for
add custom fields. I'm wrote a new app with a  models.py that extends
the satchmo_store.contact.models in this way:

(...)

from satchmo_store.contact.models import *

class ExtProfile(Contact):
    cuidad = models.CharField(max_length=3, choices=CIUDAD_CHOCES)

(...)

this app also contains an admin.py that unregister the Contact app and
register my ExtProfile, but this didn't work. Anyone can show me the
way for do this?

thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to