Add store credit, gift cards, loyalty points and prepaid wallets to a Django Oscar store with django-oscar-accounts β a managed-accounts ledger built ...
MicroPyramid Blog
Articles that strengthen our current focus on AI systems, modernization, and product engineering, alongside the broader engineering archive.
Older posts still cover Django, Python, AWS, Salesforce, React, Flutter, and Svelte, but the clearest current signal is around the three service lanes below.
AI Systems
RAG, knowledge workflows, search, and practical AI system design.
Explore service pageModernization
Legacy cleanup, migration planning, Django rescue, and safer system change.
Explore service pageProduct Engineering
Full-stack delivery, dashboards, portals, MVPs, and AI-ready product work.
Explore service pageCoveralls is a hosted code-coverage dashboard for your Django tests. Connect a repo, upload reports from GitHub Actions, configure .coveragerc, merge ...
Make PDFs, Word and PowerPoint files full-text searchable in Django Haystack. Two proven strategies β Solr + Tika extraction and backend-agnostic Pyth...
A modern, 2026-ready guide to adding Facebook Login to a website or Django app. The old PHP SDK, FQL, FBML, and unversioned Graph API are gone. Use Fa...
By default sorl-thumbnail stores generated thumbnails under a hashed cache path with meaningless filenames. Here is how to keep human-readable, keywor...
Bundling and minifying CSS and JavaScript in Django cuts requests and bytes for better Core Web Vitals. Here's the modern 2026 pipeline β Vite via dja...
A 2026 guide to responsive images in Django with sorl-thumbnail and Pillow: generate multiple sizes with the {% thumbnail %} tag, wire up srcset/sizes...
A practical 2026 guide to adding GitLab single sign-on and GitLab REST API v4 access to a Django app: django-allauth for OAuth 2.0 with PKCE, register...
A clear walkthrough of the Django Oscar 3.x checkout pipeline - from basket to place order - covering each view and mixin (CheckoutSessionMixin, Payme...
Django Girls is a volunteer-run non-profit that hosts free, beginner-friendly one-day Django and Python workshops worldwide, backed by a famous free o...
The Google+ APIs were shut down in 2019. Here is the modern, supported way to add Sign in with Google to a Django app using OAuth 2.0 with django-alla...