In this course, you will learn how to build Django-based web applications suitable for use by end users. You will learn about cookies, sessions, and authentication processes in Django. You will build navigation into your applications and explore ways to easily improve the look and feel of Django applications. You will begin to develop a simple application to support a classified ads website that will walk you through many of the issues and techniques that you encounter in website development. You will also learn how to move an application from development to production.
Dieser Kurs ist Teil der Spezialisierung Spezialisierung Django for Everybody
von
Über diesen Kurs
Was Sie lernen werden
Define Django sessions and how cookies are used to support sessions
Apply built-in login functionality in Django and manage login users in views
Define one-to-many models and demonstrate how to represent links in a database
Create, edit, and delete form flow inside of a generic edit view
Kompetenzen, die Sie erwerben
- User authentication
- Sessions and cookies
- One-to-Many models
- Data Validation
- Django (Web Framework)
von

University of Michigan
The mission of the University of Michigan is to serve the people of Michigan and the world through preeminence in creating, communicating, preserving and applying knowledge, art, and academic values, and in developing leaders and citizens who will challenge the present and enrich the future.
Lehrplan - Was Sie in diesem Kurs lernen werden
Cookies and Sessions
We explore how cookies work in the browser and how to set and read cookies in Django. We then explore how cookies are used to support sessions in Django and how we use sessions in Django.
Users and Authentication
Django has a built in capability to create and make use of user accounts. The built-in authentication and authorization system is quite robust. More advanced applications can replace the user model with their own model as long as thy meet the requirements of the rest of Django with respect to the authentication and authorization system.
Django Forms
Forms are the way that web applications present users with pages that areas to be filled in and sent to the server as data. Django has extensive support to simplify how we write code to interact with HTML forms.
One to Many Data Models
As we design our data models, it is important to follow normal-form and not replicate string data. We do this by using multiple tables and making link between rows of two tables. The one-to-many pattern is one technique to replace data replication using links between rows in different tables.
Bewertungen
- 5 stars85,28 %
- 4 stars11,03 %
- 3 stars1,67 %
- 2 stars1 %
- 1 star1 %
Top-Bewertungen von DJANGO FEATURES AND LIBRARIES
Good Course , and profesor. Learned alot about practical applications of Django
The best course about Django on the Internet. Found it at the right time as I have been looking for a Django course. I think it just popped out at the right moment when I needed it.
amazing course, I love it, and the energies of Dr Chuck as well.
It was good but it was too difficult! And so much time taking for known concepts. But learnt a lot! Thanks!
Über den Spezialisierung Django for Everybody
This specialization introduces Python programmers to building websites using the Django library. Across the four courses, you will learn HTML, CSS, SQL, Django, JavaScript, jQuery, and JSON Web Services. During the course, you will build online websites using Django and those working websites are graded throughout the course. This series is excellent preparation for learning other ways to build web applications using technologies like PHP (Web Applications for Everybody), Flask or Ruby on Rails. This is a great first course in any web development curriculum.

Häufig gestellte Fragen
Wann erhalte ich Zugang zu den Vorträgen und Aufgaben?
Was bekomme ich, wenn ich diese Spezialisierung abonniere?
Ist finanzielle Unterstützung möglich?
Haben Sie weitere Fragen? Besuchen Sie das Learner Help Center.