Using Fancy HTML Templates In Django - Python Django Dentist Website #4

preview_player
Показать описание
In this video I'll show you how to use pre-made HTML template files in Django.

Let's face it...no one writes their own HTML or CSS anymore. They just find a free or cheap template and tweak it to suit their needs. How do you do that in Django? That's what I'll show you in this video.

We'll search for free dental website templates, find one we like, download it, and install it into our Django project.

Рекомендации по теме
Комментарии
Автор

▶️ Watch Entire Money Making Playlist ✅ Subscribe To My YouTube Channel:
▶️ See More At: ✅ Join My Facebook Group:
Take $30 off with coupon code: youtube1

Codemycom
Автор

Just found this - there's an easier way to convert all of the href= to {% static %}.
pip install djangify
navigate to directory with the html file.
djangify -d

You'll then get a new folder with the html files with all the references converted.

australiancomposer
Автор

Not sure if this man's the only guy on this channel, but if he ain't, you guys at Codemy better get this man a medal. Just 40~ish seconds into the video and I had to subscribe! Sounds like this will be a fun, informative ride :)

somesKid
Автор

Thank you! This is great content. I can't believe I didn't think to google free templates for dentist sites (or anything).

amyjones
Автор

Hey Man!!, I was desperately searching out the template utility in django, after long search I came here and WOW you cleared all my doubts.
Superb Bro!!!! With Lots of Love from INDIA :)

shivank
Автор

man every time i forget the code come see your video again and learn more things

killcam
Автор

You look exactly like Mr. White, from "breaking bad" 😄. and I'm ur big fan man, thank you so much for all this free knowledge for beginners !! lots of love from India 💙💙💙💙💙💙

codezon
Автор

Thank you so much for the value give.
- Quick note for my django static to work. (August 2020)
Use this format
STATICFILES_DIRS = [
BASE_DIR/"static"
]

not this one.

STATICFILES_DIRS=[
os.path.join(BASE_DIR, '/static/'),
]

ΜαρίαΠαπαδοπούλου-ρβ
Автор

Thanks a lot man you dont know how long i search for this and didnt find any good like u tnx

killcam
Автор

Whoa! This is GOLD. Thank you so much sir.

VivekTiwari
Автор

give this guy a thousands likes, cmon he is the best

besjancoku
Автор

I discovered your channel today John and I suscribed immediately and put thumb up at each video I liked.
Moreover, I share your useful content with my network.

ryan_
Автор

May god bless your holy spirit man thank you

ForStudies-pksx
Автор

Hi, do we need to modify the css files as well? I did everything you showed here in the video and not even one css element loads in the home page...its just basic html with text only...Has css and html changed since 2020 when you made this video?

mihaelacostea
Автор

I really like your teaching style, heading to your website to buy this course

henkhodryza
Автор

17:23 my static tag will be same or different, I have php file, ie home.php

shashankshekharpandey
Автор

10:45 .. I'm sorry boss.. but should I name the two folders exactly the same names? for example if I named my app "AppleApp" should I naming the folder under static "AppleApp" also? thanks

xbDulaZizAK
Автор

Excellent !! Very articulate, clear and easy to follow.

jitendrapuri
Автор

now, in 2022 please add {% load static %} under <!DOCTYPE html>

ThanhTran-ppdd
Автор

Quick question, would like to know why people go through the stress of building a simple dental website from scratch when it can be done with wordpress, elementor and a few plugins with little coding effort?

ocubedigital