Back

Print settings

In your phone's print dialog:

  • Set margins to None (or minimum)
  • Turn off Headers & footers
  • Select your thermal printer, or choose paper size to match above
  • Images are already greyscale for thermal output

Riverside Herald

AuthorRiverside Herald
Published20 May 2026

Django - if you don't know about it you should

Django gives backend teams ORM-first modeling, automatic migrations, a staff-ready admin, and mature extension points—still a backbone for CRM and API stacks.

RIVERSIDE — For readers who treat “the web” as whatever loads in a browser, the name Django can sound like insider jargon. In software circles it refers to a long-maintained Python web framework that pairs a model-driven database layer with routing, templates, security defaults, and—crucially for operations teams—a built-in administrative site. Official documentation recounts that Django grew out of a fast-paced newsroom environment and was shaped to make typical…