Hi!
A couple of years ago I had a YouTube channel where I teached Vue.js. I recently wanted to "restart" this channel and I've now rebranded it to "Code With Stein" ([https://www.youtube.com/channel/UCfVoYvY8BfTDeF63JQmQJvg](https://www.youtube.com/channel/UCfVoYvY8BfTDeF63JQmQJvg))
I love working with Django and I've been doing so for years. I want to teach more people about Django, so I'm going to post a lot of Django related videos there. I published one really short video today on how to install, create and run a Django project.
I'm working on a series on how to create a simple blog, so subscribe if you're interested in this type of content 🙂
Thank you for sharing!
Thanks, I’ll check
Let us know when you’re done with the tutorial. I look forward to learning from here
I just published the first part:
[https://youtu.be/3X6qzWxlQOI](https://youtu.be/3X6qzWxlQOI)
Here I’ll cover things like installation and setup, creating the blog application and setting up the basic models for posts and categories.
Perfect, I was going to learn Vue after Django so I hope you’ll make an addition to the tutorial in a form of implementing vue into django. Thank you !
Now the second and third part of the blog series are published. When you have finished both of them, the frontpage of the blog should be “finished”. When I say finished I mean that the posts is listed with title, time and introduction. In the fourth part we’ll continue by creating the detail view for posts and adding a read more button to the front page.