Popular repositories
-
Forked from elky/django-flat-theme
A flat theme for Django admin interface. Modern, fresh, simple.
-
-
Forked from vintasoftware/django-templated-email
Django module to easily send templated emails using django templates, or using a transactional mail provider (mailchimp, silverpop, etc.)
Python 1
-
-
20 contributions in the last year
Contribution activity
May 2021
April 2021
Created 2 commits in 2 repositories
Created 1 repository
Created a pull request in django/django that received 2 comments
Fixed #32624 -- Avoided using JavaScript for "Local vars" show/hide in technical 500 debug page.
This helps get rid of some unsafe-inline javascript which helps allow a more strict Content-Security-Policy. https://code.djangoproject.com/ticket/…
Opened 2 other pull requests in 2 repositories
mdn/content
1
merged
django/django
1
closed
Created an issue in django/asgiref that received 4 comments
document Local()
Hi All, Currently there's a hint in the readme that asgiref provides thread locals, but they're undocumented as far as I can tell. Thanks! Collin