I'm posting a few Django Rest Framework tutorials on YouTube. So far I published three videos covering how to start a DRF project, viewsets and authentication. Here is the playlist in case you are interested: youtube.com/playlist?list=PL… I will be updating it weekly :D
Yesterday I migrated the first Django project I implemented to Python 3.9 and Django 3.2. It was using Python 2.7 and Django 1.8, running on a Ubuntu 12 server with PostgreSQL 9.1. @pycharm helped a lot during the migration.
Another thing that amazed me in the process was the backward compatibility of @djangoproject. The biggest changes I noticed when migrating from 1.8 -> 3.2 was related to urls/path/reverse, the FKs on_delete and the removal of render_to_response function.
🎉 The Django News Newsletter Issue 83: Django htmx
Hear why htmx is so exciting, new Django, new Wagtail, more on automated tests, naming migrations, and more.
django-news.com/issues/83#st…
I just posted a new tutorial on my blog talking about 6 things you should know before using the default Django User model implementation (and ways to fix them!):
simpleisbetterthancomplex.co…
I just published a detailed guide on how I like to setup and organize my Django projects for production. For the past 4 years this has been my go-to setup sibt.co/3dkJNBZ
Python 3.10 beta 3 is out. Please give it a try with your libraries — don’t get caught unawares when the final release goes out this fall! mail.python.org/archives/lis…
If you're using @djangoproject and have any templates, but have not checked out djhtml yet, you are really missing out 😩
It formats your templates very nicely, and the author has been making a ton of improvements.
github.com/rtts/djhtml/
anyone having issues with pycharm 2020.3? this version was released on the past weeks is annoyingly slow to resolve references.. i'm downgrading to 2020.2.5 for the time being
sublime text multi line/cursor edit is still the best one out there... pycharm also have it, but it's not as good.. or I don't know how to use it effectively :(
New blog post: For the past couple years, I've been telling people who ask me for advice not to go into data science. Here's why: The data science job market is way oversaturated. Here's what they should do instead.
veekaybee.github.io/2019/02/…
Hold the line, shipping isn’t always on time—except today! We just released Bootstrap v4.3.0 with tons of new utilities, optional responsive font sizes, improved CSS compilation, and more. Also includes a preview of what’s next!
blog.getbootstrap.com/2019/0…