guanghao479 / mymd

2 stars 0 forks source link

Add user profile app, using Formwizard #15

Closed Xinghan closed 12 years ago

Xinghan commented 12 years ago

Explore and create user profile class in registration application. The question here is the usage of RegistrationManager(). It seems it's not that straight forward. The RegistrationManager() seems a inherent from the model has this object, when in RegistrationManager(), if we call self.create(), it will create that object, in our case now it's Activation object. But it should not be the case.

guanghao479 commented 12 years ago

I think it's better to use a different app than registration