ZTZach Toddincircumeo.hashnode.dev·Aug 13, 2023 · 3 min readHTML to PDF Using Python and Headless ChromeConverting an HTML document to PDF doesn't have to be difficult. In fact, it's pretty easy if you're building that functionality into a Python app. Invoking Headless Chrome to Print to PDF By far the easiest method for printing HTML to PDF programma...00
ZTZach Toddincircumeo.hashnode.dev·Aug 3, 2023 · 8 min readAn Opinionated Guide to DRF OAuthIn this tutorial I'll demonstrate an opinionated approach to building social authentication into a Django app using REST Framework. I say opinionated because it avoids using any social auth app, relying only on django.contrib.auth and the standalone ...00
ZTZach Toddincircumeo.hashnode.dev·Jul 27, 2023 · 5 min readDjango and React with Live ReloadIn this post I'll show how to integrate Django and React in both your development workflow and production deployment. What is the main problem we're trying to solve? Ideally, we can work with React as usual. That is, we can make changes and have the ...00