Nov. 21, 2022 » Adam Johnson » [Archived Version]
Here are some Django-related deals for this year’s Black Friday (25th Nov) and Cyber Monday (28th Nov), including my own. For more deals on general Python-related products, see Trey Hunner’s post. My books My two books, Boost Your Django DX and Speed Up Your Django Tests, have 50 …
Read MoreNov. 21, 2022 » Adam Johnson » [Archived Version]
Here are some Django-related deals for this year’s Black Friday (25th Nov) and Cyber Monday (28th Nov), including my own. For more deals on general Python-related products, see Trey Hunner’s post. My books My two books, Boost Your Django DX and Speed Up Your Django Tests, have 50 …
Read MoreNov. 17, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I ran through a Python exercise on Exercism that focused on strings. Then we moved onto the homeschool app and fixed an issue with templates that were cached during development because of changes in Django 4.1.
Read MoreNov. 17, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I ran through a Python exercise on Exercism that focused on strings. Then we moved onto the homeschool app and fixed an issue with templates that were cached during development because of changes in Django 4.1.
Read MoreNov. 16, 2022 » The Django weblog » [Archived Version]
Thank you to the thirty individuals who have chosen to stand for election. Our deepest gratitude goes to our departing board members for your contributions and commitment to the Django community. Anna Makarudze Mfon Eti-mfon William Vincent Žan Anderle DSF members please take the time to review the candidates so that you can make an informed vote. Clicking on a candidates name will expand their candidate statement. Daniel Andrlik King of Prussia, PA, USASecretaryI’m passionate about Django…
Read MoreNov. 16, 2022 » Anže’s Blog » [Archived Version]
I am helping a client upgrade their Django application to Python 3.10 and we encountered this mysterious warning when running the app on the new Python version: <frozen importlib._bootstrap>:914: ImportWarning: _SixMetaPathImporter.find_spec() not found; falling back to find_module() To make matters worse, this warning doesn’t only show up once, but more than 200 times when we run python manage.py runserver. It completely floods the console output 😱 A fair amount of googling revealed that the w…
Read MoreNov. 11, 2022 » TestDriven.io » [Archived Version]
This tutorial details how to set up social auth with Django and Django Allauth.
Read MoreNov. 9, 2022 » TestDriven.io » [Archived Version]
This tutorial looks at how to deploy a Django application to Fly.io.
Read MoreNov. 9, 2022 » Django Chat » [Archived Version]
DjangoCon US 2022 takeaways, new Django developments, getting unstuck as a junior developer, and more.
Read MoreNov. 8, 2022 » Software Development Blog & IT Tech Insights | Django Stars » [Archived Version]
How to modernize booking software efficiently? When the goals are set, and industry specifics are taken into account, it remains to add tech expertise. Let’s look at improving product scalability, performance, and optimizing UX for different user roles. We’ll also discuss integrating third-party services and some practical tips. Over my 13 years of experience in […] The post Booking Service Software Modernization. How Do We Do It? appeared first on Software Development Blog & IT Tech Insights |…
Read More