▶️ Watch Entire Money Making Playlist ✅ Subscribe To My UA-cam Channel: bit.ly/2tEBTzg bit.ly/2IGzvOR ▶️ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶️ Learn to Code at Codemy.com Take $30 off with coupon code: youtube1
Everyone having problems at 4:31 seeing no changes although everything is done correctly, you have to delete your browser cache. Then the changes will appear.
@@Codemycom After checking the code several times, i remembered hading the same issue long time ago with a wordpress website where my css changes wouldnt appear until i deleted the cache. No idea why that comes up some times, but i saw some other guys in the comments having the same issue. Btw great videos, i really like your channel
Appreciate the videos. Could you point me in the right direction to slow down the carousel?? Attempted editing a few things in the owl.carousel.min.css with no luck. Scared to break anything because thanks to you I have even made it this far!
I have been trying to watch every video in the play list, I am not seeing where the Django models are being talked about. Can you handle emails without django models???
My index is loading well on browser, but when I click home page, there is nothing 404 error, is responding static/index.html, why is it asking for index.html in static files and how can I rectify that?
Hi John, The dentist website worked but when i try to download a new template and add all the static files and links in html file, i'm not getting the same as it is previewed in the website. I don't know which css file i'm missing. all the javascript files' link also i added properly. And the icon is also missing. need help!!
i successfuly loaded css, js and it's showing on frontend page, but when i try to change css nothing is applied to my front page. even i delete static folder but still css, js is available in my page. please help me
In case anybody is using templates with jQuery, you would need to pip install django-static-jquery, add 'django_static_jquery' to your installed apps in settings.py, and put {% static 'static_jquery/js/jquery.js' %} at the top of home.html alongside {% load static %}. I ran into some issues there so I hope this might help somebody!
Hi can you help me please! When I made all changes which you show in this video till 4:30 and when I reloaded my site nothing changed. I didn't get wbsite page like at 4:34 it's still looks like before reload. What could i miss?
@@Codemycom hmm trying to repeat it all at the second time but the same thing goes wrong. Ok I'll try to do it again. At which places or files you can recomend to pay more attention? I mean at style.css file or maybe at home.html?
Thank you so much for contributing these videos really helpful. I am getting following error: ""GET /static/dentist_website/css/css/owl.carousel.min.css HTTP/1.1" 404 175" "/css/css/" I don't have this path from where it is picking up ? Basically for ".css" extension it is returning. Can you help me
Brother Walter I tweaked the js code, the images, and the "{% static 'website/css/style.css' %}" , is there anything im missing? the website isn't changing like its supposed to on 4:32, do you know the solution for this? thank you!
@@Codemycom It's been pain in the butt, I've done every step again for the 3rd time, i dont know what I could be missing, I have a question, what css files does {% static 'website/ ' %} have to be added to, other than {% static 'website/css/css.style ' %} ?
Hello, I show you how it would be {% static 'website / va in each src file, which has img, jpg, in the css file and the js files. I give you an example: it has to look like this: href = "{% static 'website / img / core-img / favicon.ico'%}" or like this: href = "{% static 'website / css / style.css '%} "You can't fail, watch the video carefully without any distraction. Greetings from Argentina
@@noordokh2610 Hello, I show you how it would be {% static 'website / va in each src file, which has img, jpg, in the css file and the js files. I give you an example: it has to look like this: href = "{% static 'website / img / core-img / favicon.ico'%}" or like this: href = "{% static 'website / css / style.css '%} "You can't fail, watch the video carefully without any distraction. Greetings from Argentina
You didn't do everything correctly. There's either an error in your code (style tags), or an error in your settings.py file where you defined your static dir, or you saved the static folder in the wrong place.
I'm facing a problem walter hope you reply to me and give me some help i finished everything about the static file and and added the {% static ...} to every png-jpg-css and js file but when i run it on my server it only keeps loading with a blue lines turning around but no home page or about or the stuff shown on the template i was so glad at first building my first actual django project, but currently i can't complete my work all i see is the title of website(Dento - Dentist & Medical...) with it's little blue tooth logo and it keeps only loading help me please :(
Is your static directory in the right place? Some people create it in the wrong directory. Also, did you add that static stuff correctly in your settings.py file? Also, did you move the style.css sheet around into the right place like I did in the videos? Did you make the changes to the style.css sheet itself like I did in the videos? One of those things is incorrect...
@@Codemycom Thank you for your reply! I will start the project from zero and make sure everything is on it's right place By the way, i just want to thank you for your great tutorials..you got so comfortable way in delivering the message for us Thank you ❤❤
▶️ Watch Entire Money Making Playlist ✅ Subscribe To My UA-cam Channel:
bit.ly/2tEBTzg bit.ly/2IGzvOR
▶️ See More At: ✅ Join My Facebook Group:
Codemy.com bit.ly/2GFmOBz
▶️ Learn to Code at Codemy.com
Take $30 off with coupon code: youtube1
Thank you fo the great value. Remember to edit the directory of the style.css in the home.html to :
yup
Thank you
Use djangify to convert the hrefs with the static tags! Way easier :)
Wow!
Thank you so much for the suggestion
You saved me tons of work.
it really helps. thanks
Your videos are super helpful and easy to make sense for non natives
thanks
Everyone having problems at 4:31 seeing no changes although everything is done correctly, you have to delete your browser cache. Then the changes will appear.
I've never had to clear my browser cache...but if you're having troubles, it's worth a try.
@@Codemycom After checking the code several times, i remembered hading the same issue long time ago with a wordpress website where my css changes wouldnt appear until i deleted the cache.
No idea why that comes up some times, but i saw some other guys in the comments having the same issue.
Btw great videos, i really like your channel
@@suppe476 thank you very much for this 😊👍
@@suppe476 hey i am getting a problem
My contact page is not loading while clicking on contact nav it buffers continuously can u help me out...
this worked for me too
My dad is dentist too, and i'm going to build the first website for him, so thank you for the tuto its very helpful :).
Glad it was helpful!
Walter white you're awesome. I learned so much from your tkinter gui tutorial.
Glad you're learning a lot!
i thought i was the only one who saw this
Thank you so much. Awesome. Waiting for the whole series. Please complete soon.
Glad you like it! Trying to create videos daily...
@@Codemycom Thank u
@@rangabharath4253 Sure thing
Appreciate the videos. Could you point me in the right direction to slow down the carousel?? Attempted editing a few things in the owl.carousel.min.css with no luck. Scared to break anything because thanks to you I have even made it this far!
Thank u, Heisenberg, for all your stuff, its really helpfull!
this is really good, do you have courses about creating e-commerce with django ?
Excelent!!! Regards since Argentina.
Thanks! I've always wanted to visit Argentina!
Thanks bro! Greattings from Argentina!
You're welcome!
You are the best my Buddy🥳
Just everything went so perfect with ur help😊
My Regards🙂
Awesome! Glad it worked out for you...
@@Codemycom 😊😊😊
Source map error? Styles are not applied. What should I do?
Hello, you showing the template is free, but I can't download free, is it possible?
Hi I am having issues with the background-image curly brace flagging up, everything else is populating, is this a django versioning error?
No, it's not a django version error.
I have been trying to watch every video in the play list, I am not seeing where the Django models are being talked about. Can you handle emails without django models???
models are databases….how would databases send email?
I see your subscribers' count skyrocketing.
Fire on !!!
Love it!
Just subscribed to your channel
awesome!
My index is loading well on browser, but when I click home page, there is nothing 404 error, is responding static/index.html, why is it asking for index.html in static files and how can I rectify that?
you have a typo somewhere in your code. Rewatch the videos and check your code vs the video to find the error.
Hi John,
The dentist website worked but when i try to download a new template and add all the static files and links in html file, i'm not getting the same as it is previewed in the website. I don't know which css file i'm missing. all the javascript files' link also i added properly. And the icon is also missing. need help!!
Sorry, if you use a different template, I can't really help you. They're all unique.
i successfuly loaded css, js and it's showing on frontend page, but when i try to change css nothing is applied to my front page. even i delete static folder but still css, js is available in my page. please help me
could be a browser cache problem. Delete your browser cache
In case anybody is using templates with jQuery, you would need to pip install django-static-jquery, add 'django_static_jquery' to your installed apps in settings.py, and put {% static 'static_jquery/js/jquery.js' %} at the top of home.html alongside {% load static %}. I ran into some issues there so I hope this might help somebody!
template does not come!always spınnıng,what ıs problem john?
You did something wrong. Rewatch the video and try again
Hi can you help me please! When I made all changes which you show in this video till 4:30 and when I reloaded my site nothing changed. I didn't get wbsite page like at 4:34 it's still looks like before reload. What could i miss?
There’s some error in your code or you missed a step...I’d rewatch the video and go thru it step by step again.
@@Codemycom hmm trying to repeat it all at the second time but the same thing goes wrong. Ok I'll try to do it again. At which places or files you can recomend to pay more attention? I mean at style.css file or maybe at home.html?
I couldn’t say...no way to know where you made a mistake in your code
@@Codemycom Hi! You know today I spend couple hours to reinstall all things and started new project. And now it looks good! ))
@@ИгорьКузнецов-т8р Good!
How to get rid of the ".html" in the link? So my about page link will be like localhost:8000/about
remove it from the urls.py file
Thank you so much for contributing these videos really helpful.
I am getting following error:
""GET /static/dentist_website/css/css/owl.carousel.min.css HTTP/1.1" 404 175"
"/css/css/" I don't have this path from where it is picking up ? Basically for ".css" extension it is returning. Can you help me
add this line to your settings.py file: import os
You are so quick. Thank you and I was able to fix it by deleting browser cookies.
How to upload offline video file from local machine instead upload it from UA-cam
@@naveenkumarm7339 Awesome
That is cool, thanks.
You bet
Brother Walter I tweaked the js code, the images, and the "{% static 'website/css/style.css' %}" , is there anything im missing? the website isn't changing like its supposed to on 4:32, do you know the solution for this? thank you!
No clue...you did something wrong...rewatch the video and try again...
@@Codemycom It's been pain in the butt, I've done every step again for the 3rd time, i dont know what I could be missing, I have a question, what css files does {% static 'website/ ' %} have to be added to, other than {% static 'website/css/css.style ' %} ?
Hello, I show you how it would be {% static 'website / va in each src file, which has img, jpg, in the css file and the js files. I give you an example: it has to look like this: href = "{% static 'website / img / core-img / favicon.ico'%}" or like this: href = "{% static 'website / css / style.css '%} "You can't fail, watch the video carefully without any distraction. Greetings from Argentina
@@noordokh2610 Hello, I show you how it would be {% static 'website / va in each src file, which has img, jpg, in the css file and the js files. I give you an example: it has to look like this: href = "{% static 'website / img / core-img / favicon.ico'%}" or like this: href = "{% static 'website / css / style.css '%} "You can't fail, watch the video carefully without any distraction. Greetings from Argentina
I have the same problem
I tried a lot but it didn't work
I did the steps but the site didn't change
For me this is an error. The curly brackets and the parentheses are the errors and i dont know why :(
same here... did u find solution?
me too
where i can download the proyect?, great channel !
You can't...just write the code yourself. Django does most of the work for you.
Did someone succeed to make this now ? =/ I am having alot of issues
i did same thing step by step but the page not updated at all
Then you missed something.
my fave ♥
Thanks!
I did everything correctly..but the styles isn't working.. Need help
You didn't do everything correctly. There's either an error in your code (style tags), or an error in your settings.py file where you defined your static dir, or you saved the static folder in the wrong place.
I found it sir.. Thanks for that video, it help me a lot..
@@sarbajitsarmah7779 how did you find it?
I'm facing a problem walter hope you reply to me and give me some help
i finished everything about the static file and and added the {% static ...} to every png-jpg-css and js file
but when i run it on my server it only keeps loading with a blue lines turning around but no home page or about or the stuff shown on the template
i was so glad at first building my first actual django project, but currently i can't complete my work
all i see is the title of website(Dento - Dentist & Medical...) with it's little blue tooth logo and it keeps only loading
help me please :(
Is your static directory in the right place? Some people create it in the wrong directory. Also, did you add that static stuff correctly in your settings.py file? Also, did you move the style.css sheet around into the right place like I did in the videos? Did you make the changes to the style.css sheet itself like I did in the videos? One of those things is incorrect...
@@Codemycom Thank you for your reply! I will start the project from zero and make sure everything is on it's right place
By the way, i just want to thank you for your great tutorials..you got so comfortable way in delivering the message for us
Thank you ❤❤
Anyone else got the same problem like me at 2:55 (nothing changed after reloading page) ?
nope lol
Please clear cache,and refresh it...it will work for sure🙂
so i closed my git bash and everything restarted and i'm confused how to make everything come back so that i can run the server again. 😕
Rewatch the first videos in the playlist and just re-do the same steps.
huh the first few times i did it it didn't work but now it is working