# Django authentication

How to add authentication or registration system in Django Blog part 2

In this tutorial we are going to learn how to add Django Authentication. An user authentication in a website allows the data security in a website. In that case Django Authentication allows you to much more flexibility whithout writting a lots''s of code to make the authentication system.

Link