Django Getting Started Course
Focused View
5:54:29
192 View
1 View Lecture- Chapter concepts.mp4
01:17
2 View Lecture- Your first Django app.mp4
01:48
3 View Lecture- Why choose Django-.mp4
01:06
4 View Lecture- Who uses Django-.mp4
00:36
5 View Lecture- Student prerequisites.mp4
00:43
6 View Lecture- Minimum library versions.mp4
00:24
7 View Lecture- Visualizing how Django works.mp4
02:08
8 View Lecture- Mapping URLs to code.mp4
02:32
9 View Lecture- HTML template engine.mp4
01:29
10 View Lecture- Database models.mp4
01:02
11 View Lecture- Built-in user management.mp4
00:31
12 View Lecture- Django Admin.mp4
00:48
13 View Lecture- Djangos pluggable architecture.mp4
00:57
14 View Lecture- Topics covered throughout this course.mp4
01:28
01 View Lecture- Intro.mp4
01:32
02 View Lecture- Installing django.mp4
03:34
03 View Lecture- Your first django app.mp4
01:32
04 View Lecture- Apps vs projects.mp4
03:44
05 View Lecture- Creating a Django app.mp4
01:17
06 View Lecture- Add a new app to Django.mp4
01:32
07 View Lecture- Creating a view method.mp4
01:55
08 View Lecture- Connecting a URL to a view.mp4
02:31
09 View Lecture- Why test Django views-.mp4
01:28
010 View Lecture- Writing a say hello view test.mp4
05:09
011 View Lecture- Chapter review.mp4
00:52
01 View Lecture- Chapter concepts.mp4
03:18
02 View Lecture- New app for templates.mp4
02:33
03 View Lecture- Your first Django template.mp4
03:45
04 View Lecture- Rendering the template.mp4
01:53
05 View Lecture- Registering new home URLs.mp4
01:59
06 View Lecture- Test the template in the browser.mp4
01:04
07 View Lecture- Common template tags.mp4
02:46
08 View Lecture- Common template filters.mp4
00:55
09 View Lecture- Django output types.mp4
01:19
010 View Lecture- Configuring static content.mp4
01:48
011 View Lecture- Favicons and static redirects.mp4
02:46
012 View Lecture- Introducing layout pages.mp4
02:20
013 View Lecture- Bootstrap bootcamp.mp4
00:51
014 View Lecture- Creating the shared layout page.mp4
04:51
015 View Lecture- Creating the About page.mp4
01:14
016 View Lecture- Viewing our shiny new About page.mp4
01:31
017 View Lecture- Building the home page with layout.mp4
02:31
018 View Lecture- Unit testing HTML templates.mp4
01:45
019 View Lecture- Chapter review.mp4
02:21
01 View Lecture- Introducing Djangos ORM.mp4
05:14
02 View Lecture- Creating the Author model.mp4
03:13
03 View Lecture- Creating the Book model.mp4
02:25
04 View Lecture- Automatic `created` and `updated` dates on the model.mp4
:
05 View Lecture- Initializing the database.mp4
01:20
06 View Lecture- The Django REPL.mp4
02:28
07 View Lecture- Explore the query manager in the Django REPL.mp4
00:56
08 View Lecture- Using .objects.get() for access by key.mp4
00:44
09 View Lecture- More advanced queries with .filter().mp4
01:55
010 View Lecture- Improved debug info for books.mp4
01:03
011 View Lecture- Comparison queries such as greater than.mp4
00:53
012 View Lecture- Exploring the resulting database.mp4
02:11
013 View Lecture- Introducing data loading fixtures.mp4
00:53
014 View Lecture- Exporting data with dumpdata.mp4
02:11
015 View Lecture- Associating data fixtures with a Django app.mp4
01:12
016 View Lecture- Returning database results in a view.mp4
02:14
017 View Lecture- Different database back-ends- Sqlite, Postgres, etc.mp4
01:36
018 View Lecture- Testing Django ORM code.mp4
00:51
019 View Lecture- Test setup.mp4
01:00
020 View Lecture- Your first Django ORM test.mp4
00:36
021 View Lecture- Calling a view in test with the test client.mp4
01:06
022 View Lecture- Running the stringify test.mp4
01:38
023 View Lecture- Running all tests.mp4
00:48
024 View Lecture- Theres more to the ORM.mp4
00:45
025 View Lecture- Chapter review.mp4
01:32
01 View Lecture- Admin intro.mp4
02:15
02 View Lecture- Django users.mp4
02:13
03 View Lecture- Logging into the Admin.mp4
01:22
04 View Lecture- Modifying users in the Admin.mp4
02:08
05 View Lecture- Creating Admin views for your models.mp4
03:01
06 View Lecture- Customizing the display fields in the Admin.mp4
01:10
07 View Lecture- Add computed fields to ModelAdmin classes.mp4
01:44
08 View Lecture- Adding and deleting Books in the Admin.mp4
01:16
09 View Lecture- Filtering records in the Admin.mp4
01:09
010 View Lecture- Improving the Author display in filter list.mp4
00:37
011 View Lecture- Model object metadata.mp4
03:09
012 View Lecture- Referencing Admin URLs.mp4
01:16
013 View Lecture- Improving the Author models list display.mp4
05:02
014 View Lecture- Testing with the Admin.mp4
01:00
015 View Lecture- Setting up an Admin model test.mp4
02:22
016 View Lecture- Writing an Admin model test.mp4
02:05
017 View Lecture- There is more depth in the Admin.mp4
02:10
01 View Lecture- Chapter concepts.mp4
01:50
02 View Lecture- Create a user via the Admin.mp4
02:01
03 View Lecture- Authentication vs authorization.mp4
01:11
04 View Lecture- People app- an app with users.mp4
02:21
05 View Lecture- Authenticated profile details view.mp4
03:08
06 View Lecture- Adding the profile HTML template.mp4
00:58
07 View Lecture- Register profile URL patterns.mp4
01:21
08 View Lecture- Viewing the profile pages.mp4
01:09
09 View Lecture- Verifying login required checks.mp4
01:01
010 View Lecture- Authorization templates.mp4
01:52
011 View Lecture- Setting update Django contrib auth.mp4
01:06
012 View Lecture- Login template.mp4
01:28
013 View Lecture- Where to go after login.mp4
00:49
014 View Lecture- Creating a nav bar.mp4
03:33
015 View Lecture- Testing login.mp4
01:00
016 View Lecture- Changing passwords.mp4
02:52
017 View Lecture- Password changed success.mp4
01:13
018 View Lecture- Django and email.mp4
03:04
019 View Lecture- Reset email with console output config.mp4
02:05
020 View Lecture- Email contents for reset email.mp4
01:40
021 View Lecture- Password reset done page.mp4
00:45
022 View Lecture- Reset confirm HTML.mp4
01:17
023 View Lecture- Reset success HTML.mp4
00:28
024 View Lecture- Add forgot password to login.mp4
01:36
025 View Lecture- Branded error screens.mp4
02:51
026 View Lecture- Customizing the user model.mp4
03:30
027 View Lecture- Add profile to user object.mp4
01:49
028 View Lecture- Registering a user-created signal callback.mp4
02:28
029 View Lecture- Adding the user profile to Django admin.mp4
04:21
030 View Lecture- Demo- user testing.mp4
00:46
031 View Lecture- Chapter review.mp4
01:05
01 View Lecture- Post introduction.mp4
01:35
02 View Lecture- Field validators and model constraints.mp4
01:08
03 View Lecture- Adding a ReviewModel with field validation.mp4
01:13
04 View Lecture- Adding constraints to the ReviewModel.mp4
00:53
05 View Lecture- Writing an Admin class for the ReviewModel.mp4
01:30
06 View Lecture- Link to the users reviews in the Django Admin.mp4
02:41
07 View Lecture- Configuring PyCharm with Djangos dev server.mp4
01:55
08 View Lecture- Demo- ReviewModel in Django Admin.mp4
01:12
09 View Lecture- Add a view for a book.mp4
02:44
010 View Lecture- HTTP GET and POST methods.mp4
02:41
011 View Lecture- Building a ModelForm based on the ReviewModel.mp4
01:39
012 View Lecture- Writing a view that fills review forms.mp4
07:13
013 View Lecture- Registering named URLs.mp4
00:46
014 View Lecture- Creating the review book template.mp4
03:15
015 View Lecture- Demo- Writing a review.mp4
00:20
016 View Lecture- Replacing hard-coded URLs with named ones.mp4
01:24
017 View Lecture- Testing Django forms.mp4
03:43
018 View Lecture- Reviewing the chapter.mp4
01:33
01 View Lecture- Intro to web uploads.mp4
00:46
02 View Lecture- Uploading images using forms.mp4
01:13
03 View Lecture- Adding an ImageField and configuring media files.mp4
02:07
04 View Lecture- Making the development server host media files.mp4
01:28
05 View Lecture- Creating an upload directory and migrating DB changes.mp4
00:59
06 View Lecture- Using the Django Admin to upload an authors picture.mp4
01:18
07 View Lecture- Server-side filenames.mp4
01:10
08 View Lecture- Writing an upload view.mp4
05:05
09 View Lecture- Url configuration for the upload view.mp4
00:55
010 View Lecture- Upload view template.mp4
03:12
011 View Lecture- Demo- Image upload form.mp4
00:38
012 View Lecture- The trouble with user uploads.mp4
03:48
013 View Lecture- Testing an upload view.mp4
04:51
014 View Lecture- Chapter review.mp4
01:02
01 View Lecture- Intro to commands.mp4
00:31
02 View Lecture- Management commands provided by Django.mp4
01:31
03 View Lecture- Structure of a management command.mp4
01:09
04 View Lecture- Your first management command.mp4
03:44
05 View Lecture- Running the authors command.mp4
01:29
06 View Lecture- Writing management commands with arguments.mp4
03:58
07 View Lecture- Running the book command.mp4
00:48
08 View Lecture- Testing management commands.mp4
02:40
09 View Lecture- Chapter review.mp4
00:55
01 View Lecture- Intro to migrations.mp4
02:54
02 View Lecture- An initial migration script.mp4
01:49
03 View Lecture- Migration and the database.mp4
00:55
04 View Lecture- Adding a column to the Song model.mp4
01:23
05 View Lecture- A second migration script.mp4
00:59
06 View Lecture- Migrating to a specific point including backwards.mp4
00:40
07 View Lecture- Djangos migrations table.mp4
00:30
08 View Lecture- More management commands.mp4
00:44
09 View Lecture- Squashing migrations together.mp4
01:24
010 View Lecture- Chapter review.mp4
01:51
01 View Lecture- Intro to deployment.mp4
00:54
02 View Lecture- Deployment considerations.mp4
00:52
03 View Lecture- Parts of a web page are served differently.mp4
01:59
04 View Lecture- Managing static files.mp4
01:14
05 View Lecture- Protecting media files.mp4
01:34
06 View Lecture- Key and secret management.mp4
01:36
07 View Lecture- Hosting example- Opalstack.mp4
01:14
08 View Lecture- Hosting example- Heroku.mp4
00:49
09 View Lecture- Chapter review.mp4
00:31
01 View Lecture- Intro to the libraries.mp4
01:59
02 View Lecture- Installing third party libraries.mp4
00:40
03 View Lecture- Django Admin styling with Grappelli.mp4
01:57
04 View Lecture- Grappelli in action.mp4
01:30
05 View Lecture- REST APIs with Django REST Framework.mp4
02:30
06 View Lecture- Writing DRF code.mp4
04:33
07 View Lecture- DRF browser view.mp4
01:00
08 View Lecture- Django Debug Toolbar.mp4
03:30
09 View Lecture- Using the Debug Toolbar.mp4
02:47
01 View Lecture- Congrats.mp4
00:24
02 View Lecture- New projects and their structure.mp4
02:46
03 View Lecture- Mapping URLs.mp4
01:27
04 View Lecture- View functions.mp4
01:26
05 View Lecture- Template engine.mp4
00:59
06 View Lecture- Data object models.mp4
01:48
07 View Lecture- User management.mp4
01:00
08 View Lecture- Forms and uploads.mp4
01:57
09 View Lecture- Management commands.mp4
00:33
010 View Lecture- Migration and deployment.mp4
01:24
011 View Lecture- Third party libraries.mp4
00:48
012 View Lecture- Conclusion and contact info.mp4
00:11
More details
User Reviews
Rating
average 0
Focused display
Category

Talk Python
View courses Talk PythonTalk Python to Me is a weekly podcast hosted by developer and entrepreneur Michael Kennedy. We dive deep into the popular packages and software developers, data scientists, and incredible hobbyists ...
- language english
- Training sessions 198
- duration 5:54:29
- Release Date 2023/04/09