{% extends "base.html" %} {% block content %}
Userena is a Django application that supplies your Django project with full account management. It's a fully customizable application that takes care of the signup, activation, messaging and more. It's BSD licensed, which means you can use it commercially for free!
Got any feedback? Email me at petar@breadandpepper.com. For bugs you can report an issue at Github.
Userena is an django application that supplies your project with full account management. It handles the signup, activation, signin etc. for you. It also supplies your users with an optional profile model that integrates gravatar avatars. Signup at this website and try it out for yourself.
Userena is licensed under the BSD license. This means it's free for commercial use. You don't have to worry about any licensing..
Bread & Pepper uses userena in their own projects. Because of this we have often revised the code and spared you repeating this work. This has made us confident enough to be able to say that the the software is ready for production. Because it's open source, we also get feedback from the community that we use to build a solid product.
Account management is an important aspect of any website, therefore we have chosen for 100% test coverage for every bit of code. This reduces bugs and makes sure that we don't introduce any new ones when updating.
Userena comes with an optional, chat-like, messaging system. This allows your users to communicate with each other through your site. It's use is intuitive and easy!
Permission for viewing other peoples profiles are managed by django-guardian. This way we can let the user decide if they want to share their profile to everyone, registered users or nobody.