Django Tutorial - Setup, Installation and Page Navigation

preview_player
Показать описание
Welcome to the first python django tutorial on my channel. Django is a full stack web framework that allows for rapid development of websites. In this tutorial I will be showing how to setup and install django and talk about how to navigate between different pages.

Want a sneak peak into my life? Follow my Instagram @tech_with_tim where I'm going to be filming ◾◾◾◾◾
💻 Enroll in The Fundamentals of Programming w/ Python

◾◾◾◾◾◾

⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡

Tags:
- Tech With Tim
- Python django web development
- Django web development tutorial
- Django tutorial
- Python Tutorials
#django #python
Рекомендации по теме
Комментарии
Автор

Finally, my boy releases his version of Django tutorial, I find it a little bit easy to understand when you explain it compare to the other tutorials so keep it up

anakinskywalkerrr
Автор

holy CRAP! I never knew you could just type cmd in the explorer window and have it open a command prompt in that folder! Excellent!

davemorin
Автор

One tip to everyone, watch the whole series again and again also after each video remove the code you have written and try to type it on your own without the video, A tip from me-(10 years old)

idhantsood
Автор

I have watched and read many tutorials on Django. None of them was as amazing as this one. Thanks for your great explanation.

alimajed
Автор

For everyone who are having a blank output when running the dev server: Uninstall Python and then install it again for every user (Customize installation) and then open cmd AS ADMINISTRATOR! And download Django again, now it wil work!

danielros
Автор

Wow! After watching several beginner Django tutorials I have never seen such a good explanation!

lukajozic
Автор

This is amazing
You make the best programming videos!

superkoolpuzzlesolver
Автор

I know it is just because this was on the basic set up and page nav, but at this level I end the video with so much love for Flask and it's simplicity

Wuddigot
Автор

Thanks Tim for doing this series! I've been working on a django project and kept running into issues because there were so many gaps in my understanding. Your series has definitely helped fill in some holes..

CauchyEuler
Автор

I started it today and you uploaded the video today

ayubomaraden
Автор

Such a concise and clear explanation. THanks tim.

justinlee
Автор

Tim, let me say, this tutorial was amazing. Your flask tutorial didn't pan out well for me, took a break and wrote some C++ for a couple weeks, but this one is great after the break. Great ability on the age of this, works amazing with Python 310

xtractztv
Автор

startproject firstsite
'django-admin' is not recognized as an internal or external command,
operable program or batch file.

what do i do now?

sudhboi
Автор

Thanks so much man! You have great content. I like that you don't just fly through some stuff like other tutorials do. Thank you for explaining it; it helped me a ton. Keep up the amazing work!

sregitbop
Автор

Great tutorial for a confusing subject. I need to refresh my mind to continue

hossiluc
Автор

I Have seen many videos on Youtube. But this one is the best to understand django. Thanks dude.

rohitghosh
Автор

Thanks Tim ...for this much awaited django series

ogdeihf
Автор

immediately subbed after I saw that cmd trick lol.
your videos are really good, especially for beginners

jiang
Автор

This is 4 years old, has the framework evolved a lot since then. Is it it still up-to-date?

echofloripa
Автор

Great video, I was hoping you would elaborate more on the creation of a virtual environments since it is an important part of organizing projects and their dependencies.

learntocodeacademy