The document discusses Django web framework and building authentication functionality. It describes creating apps for user login/logout and registration. Methods and HTML pages are created to handle authentication events like login, logout, and invalid login. The login process involves login, loggedin, and logout pages. A new signup app is also created to handle user registration, with models, views, forms and admin integration.
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
93 views
Advance: Django: Python Web Framework (Part-2)
The document discusses Django web framework and building authentication functionality. It describes creating apps for user login/logout and registration. Methods and HTML pages are created to handle authentication events like login, logout, and invalid login. The login process involves login, loggedin, and logout pages. A new signup app is also created to handle user registration, with models, views, forms and admin integration.