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...