django-userena does not have a views.py file. It uses instead html files, i would like to use this views.py instead of the html files, because i want to add some other features, like a file uploader. I’m having a hard time implementing apps like django-jquery-file-upload
The second question is how to activate the user’s account automatically after that he confirms his email.
Userena has:
Now, to override stuff from userena, i wrote a blog post just for you.
You can set USERENA_ACTIVATION_REQUIRED=False in settings.py