Web Applications with Django: Working with Models

placeholder

“Creating websites and REST APIs is simplified through Django s built-in features. In this course you ll learn how to use some of these features to build highly-performant websites and apps.

You ll begin by examining how Django models are defined migrated to a linked database and registered with the built-in admin app.

You ll then move on to using the Django ModelForm base class which allows you to create a web page to create instances of your Django model.

You ll then explore how to create a sign-in page for your Django website users and present signed-in users with a different view of the site. Finally you ll cover how users can be allowed to sign out of your website. “