Notes related to the following tags: Django, Thoughts. Page 1
Here are collected small notes about all sorts of unimportant, everyday trifles. Which are not worthy of a separate article or any other mention. You can consider this my diary. An easy way for me to splash everything out on the site in a minute, so to speak. They were linked and grouped under the following tags: Django, Thoughts. Page 1
Today I spent the whole day writing (or trying to write) an article. It's a recommendation article about what's best to read to learn Django. Well, actually, not just reading, but also watching (YouTube playlists), and as a bonus, some great websites for learning it. I've written some of it, but there's still a lot more to write... I was also thinking about whether I should add a new category of articles about electronics and DIY to the website ???
I finally figure out how to make localization in JS.
02.02.2025
/
02.02.2025
In general, it all turned out to be not so difficult. It was only necessary to scroll a little further. And learn a couple of new commands. And also along the way, translate the node_packages directory. Also did a freelance order in advance, that is, first I did it, and then asked to accept me as a performer. Never do that again. Overall, a good day.
I'll say this: doing tests and dissecting your blog is not the best idea. Ideally, it should be as stable as possible. But the problem is that I only have this site now. And if I want to grow and develop, I'll need many other sites. And I also want my own admin panel, not the default admin panel. Don't get me wrong, the admin panel from Django is literally everything you need, but I want something in my minimalist-poor style. ( •̀ ω •́ )✧
Honestly, it's not just a comment system, but also likes, share buttons, etc. It's easy to add, hard to do it right. I think a new app, a couple of middlewares, and some templates will do the trick.