👋
Hi there I am a senior backend developer / architect with 20+ years experience, mostly working in Python and Django.
I help building extraordinary web experiences at Cruncher.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseRosetta is a Django application that eases the translation process of your Django projects
Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form.
On the production machine, we have SECURE_SSL_REDIRECT = True
, and as a result, the test client redirects by default:
from django.test import Client
…
E.g. send_mail(subject='Test subject', message='test body', from_email='Test sender <some@email.com>', recipient_list=['Some recipient <recipient@e…