Hello Web App: Learn How to Build a Web App. by Tracy Osborn

Hello Web App: Learn How to Build a Web App. by Tracy Osborn

Author:Tracy Osborn [Osborn, Tracy]
Language: eng
Format: mobi
Published: 2015-05-04T04:00:00+00:00


Try creating a couple new users.

Back in your admin (http://localhost:8000/admin/) you can see the new users created:

Unfortunately there’s no way yet for our new users to start adding Things — users can only register, log in, and log out at the moment.

Setting up password reset functionality

Django comes with a lot of native password reset functionality that we just need to activate by setting up the appropriate URLs and templates.

Like earlier, here’s the full list of templates to create in the registration directory:

password_change_done.html

password_change_form.html

password_reset_complete.html

password_reset_confirm.html

password_reset_done.html

password_reset_email.html

password_reset_form.html



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.