Building and Deploying a Django App | Part 1 - Setting Up Your Environment

preview_player
Показать описание
Welcome to this tutorial series on building and deploying a Django app presented by @CodeWithTomi In this video, we will cover the first step of the process: setting up your environment. We will go over installing Django and creating a project so that you can start developing a Django app. Stay tuned for the next video in the series, where we will cover using URLS, templates, and Static Files.

Chapters:
0:00 - Introduction
0:49 - What is Django?
1:12 - Install Django
1:55 - Create a new Django Project
4:40 - Create a new App
6:45 - Sign up for Linode

#Django #Linode #Python #WebApps
Product: Linode, Python, Django; @CodeWithTomi;
Рекомендации по теме
Комментарии
Автор

Great video!

Is it possible next time to not use a white console?
My just-woke-up retinas are crying in pain. 😎

Carhill
Автор

Thank you @CodeWithTomi, great tutorial indeed. This is my very first time trying Django framework, very interesting indeed. Tomi, a question if I may please, what is the name of VSCode Dark Theme you were using? Thank you.

greytombstonesalman
Автор

because my terminal is giving me an error of "no command: pg_dumpall"

stanfordchihoyi
Автор

hey wasup how to do you execute this command on git bash terminal or cmd ---- pg_dumpall --roles-only --username=[user] --file=roles.backup

stanfordchihoyi