Code4Startup
Screencasts & Tutorials
Projects
Sign In
Sign Up
Screencasts
& Tutorials
[Basic Django] - Movie detail page
9:29
Finally, we're going to create a Movie detail page to show all data details of a Movie object
PRO
[Basic Django] - List all movies
8:39
Learn how to list data from the database in the template (web page)
PRO
[Basic Django] - Passing data to front-end
4:52
Learn how to pass data from Controller to the View (front-end)
PRO
[Basic Django] - Customize movie dashboard
6:04
Customize our movie dashboard to display what we desire
PRO
[Basic Django] - Create Movie model
7:14
Let's create our Movie model which will be a table in the database
[Basic Django] - Django template
8:05
Learn about Django template and how we can display stuff in our front-end
[Basic Django] - Update navigation bar
8:35
Quickly update our navigation bar to what we want
[Basic Django] - Create testimonial page
7:19
Create a simple web page to show our testimonials
[Basic Django] - Add Bootstrap
2:13
Let's add the Bootstrap front-end framework to our Django project
[Basic Django] - Admin dashboard
2:48
In this video, we're going to learn about the Django built-in Admin dashboard
[Basic Django] - Create Django app
7:23
Now it's time to create our Django app.
[Basic Django] - Create Django project
5:07
Let's create our very first Django project from scratch
[Basic Django] - Visual Studio Code
2:03
Install Visual Studio Code as a code editor for this small project
[Basic Django] - Python
1:47
We need to install Python as the first step
[Basic Python] - Modules
4:24
Learn how to work with Modules
[Basic Python] - Classes
7:03
Learn how to work with Classes
[Basic Python] - Functions
7:16
Learn how to work with Function
[Basic Python] - Control Flow
8:07
Learn how to work with control flow in Python to handle business logic
[Basic Python] - Dictionaries
8:17
Learn how to work with Dictionaries
[Basic Python] - List
9:41
Learn how to work with List
1
2
3
4
5