How to Start a Django Project and Run the Development Server

Опубликовано: 01 Октябрь 2024
на канале: Tony Teaches Tech
17,025
183

Learn how to start your very first Django project and run it to display the default landing page with a green rocket that says “The install worked successfully! Congratulations!” While startproject uses the django-admin command, runserver uses starts the development server with the manage.py command-line utility.

Next video: Django Hello World    • Video  
Previous video: Python Virtual Environment    • How to Setup Python for Django (virtu...  

The entire Django course playlist is available here:    • How to Make a Website with Python (fr...  

Code snippets and more at https://tonyteaches.tech/django-101-c...
Check out my vlog channel ‪@TonyFlorida‬

GitHub commit for this video: https://github.com/tonyflo/django-cru...