Moamen Hmad

Results 4 comments of Moamen Hmad

Yeah, that's right. You shouldn't change it once added to **project**. But this is a reusable app, and each project use it has different requirements. Some of them may require...

@davidmarquis Thanks for this clearification. I didn't notice this not in docs first time `The required fields are: given_name, surname, email, and password.` . username still not required for stormpath...

@davidmarquis Creating this model raises this error: > SystemCheckError: System check identified some issues: > > ERRORS: > accounts.User.groups: (fields.E304) Reverse accessor for 'User.groups' clashes with reverse accessor for 'StormpathUser.groups'....

I have added more enhancements here. - First created StormpathMixin, and moved the mandatory fields and methods that required to use stormpath. - Ensure to serialize and de-serialize date, datetime,...