Set Up Our Project - Python Django Dentist Website #3

Описание к видео Set Up Our Project - Python Django Dentist Website #3

In this video we'll install and activate a virtual environment, install Django, create our Django Project, Start a website App, and create our first basic web page with Django.


It's time to set up our new project! In this video we'll fly through the setup process. First we'll create a virtual environment to hold our project. Then we'll download and install the latest version of Django in the git bash terminal.


After that we'll create our dental project and run the server to make sure we installed everything correctly. Then we'll migrate the Django Admin database tables and create our website App!


Once we have our website app built, we'll create a urls.py file to deal with urls, a templates directory to hold the HTML files of our site, and we'll code out our very first homepage view!


It seems like a lot to get through, but it shouldn't take us very long at all, and it's super easy!

Комментарии

Информация по комментариям в разработке