Questions tagged [django-userena]

Userena is a Django application that supplies your Django project with full account management. It's a customizable application that takes care of the signup, activation, messaging and more.

31 questions
-1
votes
1 answer

How to add fields to django user profile in this example?

I am using Django-userena to extend user profile behavior. What I am trying to do is either override the edit_profile function in userena/forms.py or handle this from my myapp/forms.py. In myapp/models.py I have added the new fields that I would…
david
  • 6,303
  • 16
  • 54
  • 91
1 2
3