We're happy to announce the initial release of
kiwitcms-django-plugin!
This package allows you execute your Django test suite and report the
results into Kiwi TCMS!
This plugin has been developed by contributor Bryan Mutai as part of our
open source bount... (more…)
Read more »
This tutorial details how to configure Django to run on Docker along with Postgres, Nginx, and Gunicorn. (more…)
Read more »
As we have learned in my previous post, there are a lot of benefits in concentrating all the code related with sending emails in one place, creating a base mailer which handles the creation and… (more…)
Read more »
In this step-by-step tutorial, you'll learn how to use fixtures to simplify your testing in pytest. If you use Django, pytest fixtures can help you write tests that are painless to update and maintain even as you make changes to your models. (more…)
Read more »