A simple blogging application using Django. It is about user authentication and authorization in Django. Learn about providing access or blocking access to a URL, depending on if one is authenticated as a normal user, a staff or a superuser. It also touches a bit on using djago.contrib.messages.