How to Install A Bootstrap Theme with Django

preview_player
Показать описание

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

You can also use a regex to replace everything, in notepad++
find:
"(vendor|css|js|img)(/.+?)"
replace:
"{% static '$1$2' %}"

smokebomba
Автор

Excellent tutorial, it was exactly what I was looking for, thanks

sergiopaulo
Автор

kardeşim çok sağol sayende oğrendim istanbuldan see you later!!!

hamzaoguz
Автор

Hi.. i already had the intuition that's what we need to do, but this sounds very painful right, and so what i was really searching for is if there exist an automatic way of doing it.. like if bootstrap developers should maybe anticipate on that knowing that there will be django developers out there that will do this all the time? Thanks!

mctrjalloh
Автор

my bootstrap content aren't loading after doing this, but are working if i insert maxcdn link for bootstrap rather than including {%static 'filename.css'} how to solve this problem..?

rohanac
Автор

Couldn't you just paste the directories into the templates directory instead of typing out "{% static 'img/whatever.css'" %} a bunch of times? Or would that break logic?

Shmoji
Автор

that was quick, and awesome. thanks <3

incinerator
Автор

hi i download bootstrap theme that i like and use theme in django app. after i setting in setting.py STATIC_URL = '/STATIC/' . all in static not read. but if i set to STATIC_URL = 'STATIC/' everrything work fine.

TravelUnplugged
Автор

Thanks for such an excellent tutorial!

hadifar
Автор

My links aren't working though.... am I missing something?

JoshTlife
Автор

Thanks for sharing this man, helped me a lot! Cheers!

Serpent
Автор

without any routing how could you use the template view?

shihababrar
Автор

You can use djangify package for the same:
Install by: pip install djangify
You can find the usage info and description there itself

amartyagaur
Автор

hello this tutorial is very good and i am searching for newer version or do you have some more ?

nbGamer-jenv
Автор

bro i have lot of doubts can you please help, im new to django

karthikeyansairam
Автор

Tell me the Code you written in settings.py for static

gpravin
Автор

Love your vids, are you planning on making ReactJS tutorials?

GewoonOwnenJeWeetZel
Автор

Great video! This is the most fast and furious way!
Could you do another video for live production hosting in Digital Ocean one click Django installation?

timchez
Автор

Which editor are you using, and will you recommend it?.
PS. Awesome videos thanks

gideonsmit
Автор

is it the same way to customize admin dashboard using bootstrap theme?

dipeshkshrestha