Pages - Menu

sábado, 26 de noviembre de 2016

Python Course - Django Authentication | Lone Wolf


About this Course

Django offers a powerful system for creating and authenticating users. Django's system also offers a lot of customization options. In this course, we'll explore Django's built-in auth, custom users, and more.

Authentication

Creating accounts and identifying users, and requiring that they log in before they can access views, are important parts of every web application. Here's how to do both of these things, and more, using tools provided by Django.

Users and Authorization

Sometimes the default Django user just isn't what your app needs. Let me show you how to customize the user model, add custom permissions, and require users to have permissions to perform actions.

No hay comentarios:

Publicar un comentario