▶️ Watch Entire Django Blog Playlist ✅ Subscribe To My KZbin Channel: bit.ly/3bWN6wj bit.ly/2IGzvOR ▶️ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt! Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN
@qbkevo96184 жыл бұрын
This playlist, "Create A Simple Django Blog" by Codemy is perfect for anyone who has just started with django and has its basics figured out. It's well paced and introduces new concepts to build on... I'm only 8 video sessions in and I've learnt so much. Thank you @Codemy!
@Codemycom4 жыл бұрын
You're very welcome!
@sumukhcprakash56333 жыл бұрын
I just started learning Django and i watched several long videos about django in most of them the instructor was not telling why he wrote that code and all. I had started around 4 to5 projects of different videos but was not able to complete anyone because i used to get struck with the question why they were writing that. Then i started your playlist with a lot of doubt but this has been the best course so far. You make these topics look so simple. Thanks sir for these videos. Lots of love : ) .
@grv7437 Жыл бұрын
John!! I can't really thank you enough for making the most amazing series on Django. These ~15min videos are just perfect and contain just the right amount of information to dive in and start creating something. They've helped me so much and have boosted my confidence in web development by an insane amount. It's just too good! Thank you so much again!
@Codemycom Жыл бұрын
Very welcome!
@musicinsane21562 жыл бұрын
Amazing enthusiasm and dedication my guy! Your playlist helped me a lot!
@Codemycom2 жыл бұрын
Happy to hear it!
@uzbegimuz38363 жыл бұрын
The way which you say "insanely cheap" is an insanely crazy :))
@Codemycom3 жыл бұрын
Ha!
@sargerpd4 жыл бұрын
You my man are a BEAST!
@Codemycom4 жыл бұрын
Thanks!
@ianpring71864 жыл бұрын
Yep added time field re-migrated..added to both details and home..new post is now at the top. Looks good!
@Codemycom4 жыл бұрын
Nice!
@ocurso4 жыл бұрын
I've really liked the class.
@Codemycom4 жыл бұрын
Glad to hear it!
@ryanegbe873 Жыл бұрын
Thank you for this wonderful tutorial. I have a challenge, the date on the article_detail.html is displaying 'None' instead of the date, please, what should I do?
@papan1014 жыл бұрын
Great Videos Sir...Your tutorials are helping a lot..can you make a video on soft delete, please!
@barriesimpson Жыл бұрын
Just include -id after the -post_date. ['-post_date', '-id'] and it will sort them it seems. I need to wait until tomorrow to confirm this, but it seems to work.
@losersanonymous68544 жыл бұрын
Hey, How can i display posts of one day in one page? For example- If i have 10 posts in one day. I want to display all the 10 posts in detailed view in one page. Please help?? And also Date wise list means when I click on date it should display all the posts on same date in detailed view instead of list view?
@KodiLearn4 жыл бұрын
I am really liking this course. Can you please make social media site after this Django blog. Please I want to learn that.
@Codemycom4 жыл бұрын
Not a bad idea
@vinothv17204 жыл бұрын
Yep... it'll be useful to me as well...
@nooobgamer014 жыл бұрын
sir, you are doing great job 👌👍 ❤❤
@Codemycom4 жыл бұрын
Thanks!
@vukspasojevic23963 жыл бұрын
Have no clue why we've imported datetime and date in the post model at the beginning. For all blog posts on the same day, they can be sorted by using multiple fields ordering for example ordering = ['-id', 'post-date']
@tdnight86603 жыл бұрын
i get how to put everything in to order with the class view.. but i do i order the "def CategoryView(request, cats): category_posts = Post.objects.filter(category=cats.replace('-', ' ')) return render(request, 'categories.html', {'cats':cats.title().replace('-', ' '), 'category_posts':category_posts})" plz help :/
@tdnight86603 жыл бұрын
i used post_date = models.DateField(auto_now_add=True) post_time = models.TimeField(auto_now_add=True) that way u can order the post by time love what your doing here...
@Johnny-tw5pr3 жыл бұрын
What do you put in the ordering?
@devansheerupabheda95344 жыл бұрын
Can user select any post as bookmark or save for later
@plusk3434 жыл бұрын
Hey, can I use ordering = ['-post_id'] ordering = ['-id'] at the same time?
@soyciro46233 жыл бұрын
Just tried it. I think you can, I mean it works and that's why "ordering" is either a list or tuple. But have in mind the order of the list will determine what parameter you want to order by at first place.
@TechWithSabri2 жыл бұрын
Yes you can, but it's better to add your fields you want to order with, inside list example you want to order your posts with: "title", "id", and "date" → in this case, you can order your posts using : ordering = [ "-title", "-id", "-date"] Good luck.
@milliondollarmotivation62604 жыл бұрын
good Job
@Codemycom4 жыл бұрын
Thanks!
@aljon79924 жыл бұрын
Are you planning todo ecommerce website?because a lot of ecommerce tutorial are focusing more frontend than backend
@Codemycom4 жыл бұрын
Eventually sure.
@aljon79924 жыл бұрын
@@Codemycom thank you teacher!
@AshrafulIslam-ms1vy2 жыл бұрын
my delete button didnt work. When i click on delete button it didnt redirect me on homepage also didnt delete any post from my blog post..whats the problem with that?...i wrote all the things exactly same as video.
@Codemycom2 жыл бұрын
No, you didn't write all the things exactly the same as the video.
@robh91844 жыл бұрын
cool! I also tried to add the time using Post_date_time = models.DateTimeField(auto_now_add=True) it (unsurprisingly) didnt work.. points for trying? haha thanks for the great tutorials!
@Codemycom4 жыл бұрын
Ha!
@fadyghalayiny19203 жыл бұрын
@@Codemycom I used post_date = models.DateTimeField(auto_now_add=True) and it worked with timestamp
@شمس-ت1خ2 жыл бұрын
❤❤❤
@Codemycom2 жыл бұрын
:-)
@FarhanAhmed13603 жыл бұрын
Greate tutorial
@Codemycom3 жыл бұрын
Thanks!
@tomiwaibrahim8514 жыл бұрын
I love this course! I am planning on making an e-commerce app but I do not pictures to be stored on my laptop. Is there any suggestion? I also used DateTimeField and it ordered it to the last second.
@Codemycom4 жыл бұрын
Store the images on amazon aws or some other CDN
@tomiwaibrahim8514 жыл бұрын
@@Codemycom Thank you very much. Wish I could do more than subscribe now.
@Codemycom4 жыл бұрын
@@tomiwaibrahim851 :-)
@bijenadhikari4 жыл бұрын
you are awesome.
@Codemycom4 жыл бұрын
Thanks!
@freekeys4 жыл бұрын
If we put class meta then ordering in models.py file , is it good practice?
@Codemycom4 жыл бұрын
Not sure what you're asking
@tripathi51744 жыл бұрын
sir i want one help , how can we add limit in date field , suppose you want the user to book for a particular service and he can apply for it only for this month or the currently running month . Please help i have done it for day by using default=datetime.date.today()) in the model form but its accepting for any month after that but not in the past You have been helping me from january dealing from mongo db on django, migrations, model forms, on etc etc , please help me on this i am low on time sir.
@ocurso4 жыл бұрын
Do you have resolved the problem?
@hosseingharsi4497 Жыл бұрын
Hello, thank you very much for the very good videos you made, but please strengthen the desktop recorder, even on 1080, it is blurry, but the quality of your image is very good, if you can change the places, because the visibility of the code is important, not you 😁
@Codemycom Жыл бұрын
Sorry but you're mistaken, toggle the gear icon on the player to 1080 and the video is crystal clear. If it's not on your end, restart your computer and check your connection.
@hosseingharsi4497 Жыл бұрын
@@Codemycom Ok, no problem, thank you very much for the training videos