▶️ Watch Entire Money Making Playlist ✅ Subscribe To My KZbin 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 HTML TEMPLATE DOWNLOAD: colorlib.com/wp/template/dento/
@Codemycom3 жыл бұрын
@Up Web No sorry. The template is irrelevant...use any free template.
@akhilreddy59633 жыл бұрын
@Just Python did you find a free one??
@some90sKid4 жыл бұрын
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 :)
@Codemycom4 жыл бұрын
Hey thanks..yeah I own codemy, it's just me.
@shivank01034 жыл бұрын
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 :)
@Codemycom4 жыл бұрын
Glad I could help!
@australiancomposer3 жыл бұрын
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.
@australiancomposer3 жыл бұрын
Ah you also then need to do a find and replace: [static '] with: [static 'website/] or [static 'appname/]. Works like a charm
@arvindshelke88893 жыл бұрын
thanks man that really helped!
@amberliu08082 жыл бұрын
Thanks, that works for me, really helpful!~
@wasabi9268 ай бұрын
really really helpful. thanks!
@ForStudies-pk9sx21 күн бұрын
May god bless you soul man
@amyjones58533 жыл бұрын
Thank you! This is great content. I can't believe I didn't think to google free templates for dentist sites (or anything).
@killcam80712 жыл бұрын
man every time i forget the code come see your video again and learn more things
@Codemycom2 жыл бұрын
Nice!
@killcam80712 жыл бұрын
Thanks a lot man you dont know how long i search for this and didnt find any good like u tnx
@Codemycom2 жыл бұрын
Happy to help!
@besjancoku1964 жыл бұрын
give this guy a thousands likes,cmon he is the best
@Codemycom4 жыл бұрын
Thanks!
@codezon5 ай бұрын
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 💙💙💙💙💙💙
@Codemycom5 ай бұрын
Ha!
@VivekTiwari034 жыл бұрын
Whoa! This is GOLD. Thank you so much sir.
@Codemycom4 жыл бұрын
You're very welcome!
@ForStudies-pk9sx21 күн бұрын
May god bless your holy spirit man thank you
@eligos213 жыл бұрын
Benzini shellden pythonu kelden alacan agaaa...
@ΜαρίαΠαπαδοπούλου-ρ8β4 жыл бұрын
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/'), ]
@Codemycom4 жыл бұрын
or you can use the old code, but at the top of settings.py add: import os
@NgoniAlwin Жыл бұрын
you are the best !!!!
@mihaelacostea57832 жыл бұрын
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?
@fitrianhidayat2 жыл бұрын
have you solve this? if not, maybe you can search "Django static files" in KZbin.
@henkhodryza18744 жыл бұрын
I really like your teaching style, heading to your website to buy this course
@Codemycom4 жыл бұрын
Awesome, thank you!
@jitendrapuri2 жыл бұрын
Excellent !! Very articulate, clear and easy to follow.
@Codemycom2 жыл бұрын
Thanks!
@ryan_03374 жыл бұрын
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.
@Codemycom4 жыл бұрын
Thanks! I appreciate the support!
@ThanhTran-pp5dd2 жыл бұрын
now, in 2022 please add {% load static %} under
@Codemycom2 жыл бұрын
That's always been the case.
@41447582 жыл бұрын
Good stuff. Kinda funny you explain basic windows usage though.
@Codemycom2 жыл бұрын
Only to you, because you know it already
@mckeinryaurin9598 Жыл бұрын
Hey sir, can I still download the templates the you've used for free or not anymore?
@MrPherez2 жыл бұрын
template link themeslab.org/html/dento
@pajder78232 жыл бұрын
maaaan u are the best!
@user-dr8hc2ku9t3 жыл бұрын
Great video again! did you ever try to automatice (maybe with an find and replace command or an script??) the process of updating the links to images and others? there should be a way to avoid the step
@dhruvpathak18503 жыл бұрын
How do i render the static css if my page contents no href tags at all?
@tudordraghici61544 жыл бұрын
He is explaining so well, so glad I'm following him. I also do have an off-topic question for the community : does anyone have that dento template, I cannot find it ? Thank you xD
@Codemycom4 жыл бұрын
Yeah it's not free anymore...but who cares? Use any free template. The point isn't to build a dental wenbsite...but any website with a template. Go find something else for free. Or my github is: github.com/flatplanet/dentistDjango you can hand grab each of the files there if you just really want to...
@tudordraghici61544 жыл бұрын
@@Codemycom Yes, you are right. It's just my roommate is close finishing medschool and I really want to surprise him with an website like this. Thank you again for you support and please keep doing the great work !
@MattSimmonsSysAdmin3 жыл бұрын
I suppose it may not be possible with the development server, but it seems like it would just be easier with nginx/apache or whatever the server ends up being to re-route all of the static content straight to the proper folders, if you're going to be bringing in existing sites like this. This is a trivial example, but: server { listen 80; root /django-home/ ; location /{ include uwsgi_params; uwsgi_pass unix:///tmp/uwsgi.sock; } location /static {} }
@Codemycom3 жыл бұрын
How is that easier?
@erickfana44664 жыл бұрын
Hey man, thanks so much !!! you explain clearly and funny , i was looking this information everywhere
@Codemycom4 жыл бұрын
Glad you found it!
@ocubedigital36633 жыл бұрын
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?
@Codemycom3 жыл бұрын
lol
@spencebuzz92203 жыл бұрын
You are on the wrong channel mate.
@ryan_03374 жыл бұрын
Your approach of your channel is original and very useful for me. How many video need to be released to do complete the tutorial ? Useful content by the way thanks :)
@Codemycom4 жыл бұрын
Thanks! Glad you're enjoying the videos! I have no idea how many videos will be in this series...I'll keep going till the project is finished. I haven't filmed them all yet.
@ryan_03374 жыл бұрын
Wow, if your haven't filmed yet you're very efficient. It's the first time I see someone who put this amount of content regularly.
@ryan_03374 жыл бұрын
Me and my friends are impatient to learn your tricks.
@Codemycom4 жыл бұрын
@@ryan_0337 It's my full time job :-P
@ryan_03374 жыл бұрын
Good news
@rajeshfhs22 жыл бұрын
Thank you. very informative video :)
@adityachoudhary40453 жыл бұрын
Great tutorial sir ❤️❤️❤️
@Codemycom3 жыл бұрын
Thanks! Glad you're enjoying them!
@kamleshmahadule82383 жыл бұрын
nice tutorial seen ever, very helpful for beginners.
@Codemycom3 жыл бұрын
Glad you think so!
@houyemenouali30962 жыл бұрын
thank you very much , very helpfull . the kind of content that saves my butt . thumbs up
@cellodabest2 жыл бұрын
You are the greatest
@Codemycom2 жыл бұрын
Thanks!
@shashankshekharpandey14753 жыл бұрын
17:23 my static tag will be same or different, I have php file, ie home.php
@lusungukgondwe5065 Жыл бұрын
Hello thanks for the tuts, The Dento template is now for sell is there another way i can get it ?
@Codemycom Жыл бұрын
Use any free template you like. The procedure is the same.
@deldridg4 жыл бұрын
I've just come across Djangify which will do all the re-referencing work for you. Do you recommend this? Cheers and thanks from Sydney, Aust - Dave
@Codemycom4 жыл бұрын
I'm not familiar with it
@tabishkhan4143 жыл бұрын
I have tried it and it works like magic but it has few issues like but I think it reduces 90 percent of editing
@amaangigani93724 жыл бұрын
How to use audio tags with django? I have tried but they don't seem to work
@bekzhanbidakhmetov50414 жыл бұрын
Thank you very much!)
@Codemycom4 жыл бұрын
Sure thing!
@thanabornkesangam44113 жыл бұрын
Hi, Thank you for your sharing. I follow your solution and it work! but I still have some problem that I can't change any background or color of free template from .css file. Could you suggest me pls?
@Codemycom3 жыл бұрын
You should be able to do it without a problem
@rajasekhar81544 жыл бұрын
very good vedio
@Codemycom4 жыл бұрын
Thanks
@ryan_03374 жыл бұрын
Are you planning to explain how we can deploy the app ?
@Codemycom4 жыл бұрын
Most definitely
@dinindutheekshana22543 жыл бұрын
Thankyou sir It's help me so much
@Codemycom3 жыл бұрын
Happy to hear
@killcam80712 жыл бұрын
nice man very nice
@Codemycom2 жыл бұрын
Thanks!
@besjancoku1964 жыл бұрын
Hi! I followed u step by step but still have problems with css .What do u suggest me to try next ? Images cant be open and they are all like in html page ,I mean not styled.
@Codemycom4 жыл бұрын
Retrace your steps to determine what you did wrong.
@besjancoku1964 жыл бұрын
@@Codemycom I saw it again and again .When I click images to open it says that files has been moved or deleted but files are there inside of static files😲
@Codemycom4 жыл бұрын
@@besjancoku196 check the static code in your settings.py file for errors
@pbanikk3 жыл бұрын
0:28 make sure to smash the like button with your bald head. . . . . . . . jokes apart! great tutorials.
@Codemycom3 жыл бұрын
Ha
@dancankipchumba19743 жыл бұрын
BASE_DIR / 'static' can also be used in ubuntu
@x3bDulaZizAK3 жыл бұрын
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
@Codemycom3 жыл бұрын
You can do whatever you want
@x3bDulaZizAK3 жыл бұрын
@@Codemycom last thing.. after I do everything as you say... the website give me a white/blank page without any error and when i move the cursor arounf the page i see that i can click on buttons, lists..etc but without seeing anything?? you have any solutions?
@Codemycom3 жыл бұрын
@@x3bDulaZizAK No idea...you did something differently than the video but I can't guess what.
@x3bDulaZizAK3 жыл бұрын
@@Codemycomdo you have tech support on codeacademy? cause i need someone see the problem for me... thanks
@Codemycom3 жыл бұрын
@@x3bDulaZizAK Yes, for courses on codemy.com
@prachipatel70383 жыл бұрын
hey!! it's really really helpful for me thank you so much....
@Codemycom3 жыл бұрын
Most welcome!
@PalakPalak-m3b Жыл бұрын
Hey! Can you please provide this template in a drive link?It would be really helpful
@ErikBlueGuitar2 жыл бұрын
I am working in PyCharm professional (and enabled django in settings) but it won't recognize my {% load static %} tag... Anyone encountered and fixed this issue?
@Codemycom2 жыл бұрын
Yet another reason why I'd never use Pycharm.
@just4fun2775 ай бұрын
Is there any faster way to do this cause like its gonna take me soooo long i have a lot of html files
@Codemycom5 ай бұрын
No
@SpurHub2 жыл бұрын
smart one
@harshsahu18504 жыл бұрын
thankyou its very useful
@Codemycom4 жыл бұрын
You're welcome!
@AdityaKumar-pp4xw3 жыл бұрын
colorlib is no longer free?
@Codemycom3 жыл бұрын
Looks like it
@IDevotions4 жыл бұрын
Hey! so all of my static files are working fine but it seems when i do the background urls it messes up and my folder turns red indicating problem. this is how it looks style="background-image: url({% static 'website/img/bg-img/1.jpg' %});"> the png files and js/css etc are working fine it seems to be only this
@IDevotions4 жыл бұрын
so update... i was using vscode and it shows red folders but with sublime text it doesnt show error. Kinda wondering why its doing that :l
@Codemycom4 жыл бұрын
because vscode sucks
@yveslaporte58083 жыл бұрын
In any way, I understand today how to choose files from a new template in static folder. I will now look at what the html file and (of the actual template) are basically set up to and "redirect" it as the static manner.
@yogitasolanki46384 жыл бұрын
I have actually used pycharm instead or visual studio ..I don't know why I still had a error of not found files while inspect the website ......I have used {% static 'path'% }
@Codemycom4 жыл бұрын
There are reasons I don't use pycharm or visual studio
@snex-techprogrammer51102 жыл бұрын
Please help me with the link to the source code because colorlib are selling this template
@Codemycom2 жыл бұрын
github.com/flatplanet
@dhruvpathak18503 жыл бұрын
How do i render the static css if my page contents no href tags at all?
@Codemycom3 жыл бұрын
you dont
@TechWithSabri4 жыл бұрын
hello again sir when i add {% static 'website/'%} to the home.html it doesn't looks like the original website i see the menu in left side of the home page and when also when i clicked contact it was the same ( Pages - Home - About Us - Service - Pricing - Blog - Blog Details - Contact - Dropdown - Dropdown Item - Dropdown Item - Even Dropdown - Even Dropdown - Even Dropdown - Even Dropdown - Dropdown Item - Dropdown Item About) all of them in left side of page ! can you help me sir?
@Codemycom4 жыл бұрын
Rewatch the video... you don't use {% static 'website/'%} you have to add the thing to the end of it...so for css it would be {% static 'website/css/style.css' %} and you have to go through the entire page and add those tags for every image, css file, and javascript file. Watch the video again.
@tomiwaibrahim8514 жыл бұрын
Hey. Could I make a website with HTML, CSS, and Django? Without learning JavaSript.
@Codemycom4 жыл бұрын
Of course. I rarely use JS for anything...
@nomanislam31574 жыл бұрын
Sir please solve the issue.. Css not work .. Django 2.1.5 If you want to see my code then I will show in comments box.
@australiancomposer3 жыл бұрын
My settings.py file has 'from pathlib import Path' / 'BASE-DIR = Path(__file__).resolve().parent.parent' rather than 'import os' / 'os.path...'
@Codemycom3 жыл бұрын
At the top of the file, add: import os
@Quand1014 жыл бұрын
Thank u so much
@Codemycom4 жыл бұрын
You're very welcome!
@inf_vibes4 жыл бұрын
actually I have a website with 214 pages and I wanna use Django but u know many pages means many images/css/js files so it will be sooooo slow changing everything manually, is there any way to do it quickly?
@inf_vibes4 жыл бұрын
actually I was trying to add just a contact form using Django but as I learnt more about python I decided to move everything to Django, however is it necessary to do that (changing everything to a Django project and change static files etc) to get a contact form with Django?
@Codemycom4 жыл бұрын
No, that's not the case at all, and has nothing to do with django.
@Codemycom4 жыл бұрын
yes
@inf_vibes4 жыл бұрын
@@Codemycom Ok thank u so much for your efforts.
@raneem21784 жыл бұрын
thank u so much but how i fix this error "TemplateSyntaxError at / nvalid block tag on line 12: 'static'"
@Codemycom4 жыл бұрын
There's an error with your static tag code... on line 12
@kyawzayarhtet58083 жыл бұрын
Thanks teacher
@Codemycom3 жыл бұрын
Welcome
@danieljere19454 жыл бұрын
I have created a home page but today I have a problem .please help me fix this ('Static' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls cache i18n l10n log static tz ) Your Channel has helped me to master Django .Thanks for Making my life easy!
@Codemycom4 жыл бұрын
it should be static (lowercase), not Static
@mithilsingh29064 жыл бұрын
Hey man your tutorials are really good ,but when I am using the static tag ( "{% static ' address of image' %}" ) for images I can see the web side but I can't see the images on my web side can you tell me why?? Instead I can only see a default image
@Codemycom4 жыл бұрын
You have an error in your code, or your static directory is in the wrong place, or you messed up the settings.py static thing.
@mithilsingh29064 жыл бұрын
@@Codemycom thank you for your response and I got where I was going wrong.
@ManishGupta-zv3ef4 жыл бұрын
@@mithilsingh2906 hey i think i have the same problem can you help me in what was the solution to that problem?
@swapnilshrishrimal45204 жыл бұрын
Thank you for such helpful tutorial. I created app on windows and it worked completely fine. But on Linux, for all the resources I am getting 404 error on console. The website does load, but its not able to find static data like CSS, images, JS. Is there any other changes on linux we need to do. I did echo $BASE_DIR but I got an empty response.
@Codemycom4 жыл бұрын
It should work fine. Did you install the virtual environment and all dependencies etc?
@swapnilshrishrimal45204 жыл бұрын
@@Codemycom Yes, I did followed same steps. Like installing python, django, created virtual environment. Making changes in settings.py and other files. But still the static resources are not able to load and at console I see 404 error. Is it anything related to AWS ? I have whitelisted ports though. Update: Seems there was issue with virtual environment and now it's working perfectly fine. Once again thank you so much for sharing this knowledge. Good luck John 👍
@iliad62113 жыл бұрын
@@swapnilshrishrimal4520 I have the same problem, how did you fix it?
@41447582 жыл бұрын
@@swapnilshrishrimal4520 what was the issue?
@sonnybrown47584 жыл бұрын
16:15 why even call it home though if it's standard to call it index?
@Codemycom4 жыл бұрын
It's standard to call it home in django
@Balaji-hq9jm4 жыл бұрын
Hi john i can't download these templates in colorlib because it's not free .can u give any suggestions please
@neuron81863 жыл бұрын
download some other template
@Balaji-hq9jm3 жыл бұрын
@@neuron8186 yeah thanks bro
@nakkaabhishek4621 Жыл бұрын
i dont find any free similar template, can you please help@@Balaji-hq9jm
@nianeddavid79853 жыл бұрын
Hi, can you make an example django with metronic htlm theme
@Codemycom3 жыл бұрын
No sorry, I don't know metronic
@Stubbornfighter20124 жыл бұрын
Hi bro I tried the way you showed but still the images not show in website
@Stubbornfighter20124 жыл бұрын
also on settings.py the system not import os just there " from pathlib import path " also BASE_DIR which I have is like this " DASE_DIR = Path(__file__).resolve().parent.parent"
@Stubbornfighter20124 жыл бұрын
it is okay I just fixed I really dont know how
@Codemycom4 жыл бұрын
@@Stubbornfighter2012 just add: import os to the top of settings.py
@aaronknutson99184 жыл бұрын
hello love your videos i'm having an issue downloading the templates i have no download option just the preview option and then options to buy things please help.
@Codemycom4 жыл бұрын
Yeah they recently switched that theme to paid...you'll have to find some other free template. The concepts in the video are the same no matter what template you use
@bhushanparab36414 жыл бұрын
@@Codemycom i have searched but i cant find any free templates out there
@Codemycom4 жыл бұрын
@@bhushanparab3641 lol there are millions. search better. Type: free html template into google
@bhushanparab36414 жыл бұрын
@@Codemycom ok thanks, I'll search deeper.
@thepraktik17734 жыл бұрын
style.css - I'm getting the error. Help please :(
@Codemycom4 жыл бұрын
What error?
@thepraktik17734 жыл бұрын
@@Codemycom solved it . thanks :)
@nomanislam31574 жыл бұрын
Sir can you share setting.py code and home.html code .. I was work in Django 1 year . Hope that is very good tutorial . I want to learn from here more .. Please help and give me a chance to do something...
@francisibe35642 жыл бұрын
Hello, this is an amazing video... Thank you for this. At the time this video was made the template on colorlib was free, but now i am asked to pay for it. Please if you have the template file, could you send it for me.
@Codemycom2 жыл бұрын
The template is sort of irrelevant, isn't it? Use any free template you can find or like.
@fullmark1554 жыл бұрын
I followed all the steps, but not work with me i did it 3 time The error message😢😢 not found: /{% static 'website/css/style.css %'} The css file not work 💔☹️
@Codemycom4 жыл бұрын
you have a quotation mark in the wrong place at the end of your static tag {% static 'website/css/style.css %'}
@vivaanpatel21894 жыл бұрын
I am on a mission to like all your videos!!!.... also i am not able to find any free templates..... can u help?
@Codemycom4 жыл бұрын
Awesome! Sorry no, you'll have to just google it
@anshitmishra4 жыл бұрын
How do I view PPT files on the website using the Django framework?
@Codemycom4 жыл бұрын
what do you mean? View the actual powerpoint slid on a webpage? Or download a powerpoint presentation from a website?
@anshitmishra4 жыл бұрын
@@Codemycom I want to view the actual ppt slide on the website.
@Codemycom4 жыл бұрын
@@anshitmishra Is that even possible? I don't know about ppt stuff
@anshitmishra4 жыл бұрын
@@Codemycom I am also searching about it. But thank you for your reply 🙏❤.
@nomanislam31574 жыл бұрын
Lots of the follower face same problem. Sir please help css not work You can create an short note why create that problem
@Codemycom4 жыл бұрын
It's one of 3 things. Either you didn't put the static folder in the right place, you messed up the static dirs code in settings.py, or your static tags are wrong. Also, if you're using django 3.1 or above, you need to add the line: import os to the top of settings.py
@nomanislam31574 жыл бұрын
Django 2.1.5 STATICFILES_DIRS = [ os.path.join(BASE_DIR, 'static'), ] Sir I was following you more then 10 time .. Css file not working..
@alicemwangi85912 жыл бұрын
Thanks
@Codemycom2 жыл бұрын
Welcome!
@misfarsiddeek31054 жыл бұрын
Unable to download the template 😢😢😢 now it not having the download button. There is only preview button available. 😭😭
@Codemycom4 жыл бұрын
The template is irrelevant...go find any free template.
@misfarsiddeek31054 жыл бұрын
@@Codemycom okk. Thnk you
@mahinrahman93234 жыл бұрын
Please make an ecommerce website using django
@Codemycom4 жыл бұрын
Might just do that eventually
@Waleed-hf9ic4 жыл бұрын
thank you.
@Codemycom4 жыл бұрын
You're welcome
@togai-dev4 жыл бұрын
the dentist template does not seem to be free any more
@Codemycom4 жыл бұрын
Nope...sucks. You'll have to search for a different free oner. The concepts are all the same tho...
@togai-dev4 жыл бұрын
@@Codemycom Will do. Thanks
@vickypathak63014 жыл бұрын
After making all the edits in the index.html file I am still facing these 3 errors: 1) "GET 127.0.0.1:8000/static/js/owl.carousel.min.js net::ERR_ABORTED 404 (Not Found)" ----These type of error in whole page for css and img links(GET 127.0.0.1:8000/static/img/language.png ) 2) "DevTools failed to load SourceMap: Could not load content for chrome-extension://fheoggkfdfchfphceeifdbepaooicaho/sourceMap/chrome/_handler.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME" and 3) "VM531:12 Uncaught TypeError: this.remove is not a function at :12:14" I have spent so much on time to understand the error but unable to do. Please help me here
@Codemycom4 жыл бұрын
Sorry man, I have no idea what you've done. You shouldn't be having such errors. Maybe you need to scrap the whole thing and just start over, rewatch the videos and pay closer attention as you work...The code must be exact. Indentation exact, capitalization exact, quotation marks and punctuation exact, everywhere.
@vickypathak63014 жыл бұрын
Thank you for the reply, I'll retry and let you know the results.
@vickypathak63014 жыл бұрын
Hi, I have tried multiple times and figure out the issue, Thank you for the support. :-)
@crazyjay2354 жыл бұрын
It’s good but really annoying how this is already out of date, django has updated and os.path.join has been replaced with BASE_DIR / subdir. I had to downgrade to get it to work this this way
@Codemycom4 жыл бұрын
welcome to coding. You can simply add this line to the top of your settings.py file and it works fine: import os No need to downgrade
@crazyjay2354 жыл бұрын
@@Codemycom thanks for replying really fast, no worries, i sorted it out
@Codemycom4 жыл бұрын
@@crazyjay235 good
@crazyjay2354 жыл бұрын
@@Codemycom soz, i know this works cos ive done it with a prior template, i'm putting in {% load static %} and then the tag {% static 'website/' %} to convert the css to make it pretty,, it's coming up with this error: could not parse the remainder: '‘website/img/core-img/favicon.ico’' from '‘website/img/core-img/favicon.ico’' Would appreciate the help massively
@crazyjay2354 жыл бұрын
Don't worry i sorted it.... u won't believe the bullshittery i went through....
@picksill Жыл бұрын
17:01 Thought the video restarted 💀💀💀
@GoDDamnHosTile3 жыл бұрын
template is behind a paywall now.
@Codemycom3 жыл бұрын
The template is irrelevant...use any one you want from anywhere.
@viktorlavrenenko17134 жыл бұрын
Thanks)
@Codemycom4 жыл бұрын
Sure thing!
@tabishkhan4143 жыл бұрын
Why not paste all the files in templates folder of app and save the pain of editing.
@Codemycom3 жыл бұрын
You'd still have to edit them...and is it really a pain? lol
@joshjennings91103 жыл бұрын
My man lost me when he said I had to do copy and paste {% static ' ' %} to every file in the index
@Codemycom3 жыл бұрын
because...clicking a couple of buttons is hard? LMAO
@payamdaliri39104 жыл бұрын
When did Walter White quit and learned to code Python?
@Codemycom4 жыл бұрын
lol
@EcosdeloDesconocido-x7x Жыл бұрын
the template isnt free anymore :/
@Codemycom Жыл бұрын
you can find it on my github or use any template...the template is irrelevant
@solomonkassahun78454 жыл бұрын
the template you used is not free
@Codemycom4 жыл бұрын
They recently started charging for it. But just use any other free template you find...the concepts are the same