Augusto Goulart
  • About
  • Scalable Python for the Web
Subscribe

Scalable Python for the Web

WIP A roundup of articles for developers scaling Python-based web services.
Django

5 Tools to Enhance Your Django Development Workflow

1. Pytest-Django [https://pytest-django.readthedocs.io/en/latest/] With pytest-django [https://pytest-django.readthedocs.io/en/latest/], you can take advantage of pytest's ecosystem in your Django project seamlessly. Besides the better API, I especially like the --nomigrations [https://pytest-django.readthedocs.io/en/latest/database.html?highlight=migrations#nomigrations-disable-django-migrations] flag because
Jan 17, 2021 — 2 min read
Django

Deep Dive into Django's Pagination

When paginating with Django Paginators, the code is not just splitting the content on the UI, but it is trully querying the database in smaller chunks.
Sep 19, 2020 — 14 min read
Augusto Goulart © 2022
  • GitHub
  • Linkedin
Powered by Ghost