Virtual PyCon!
Wagtail security updates, PyCon US Online, and more!
News
Wagtail 2.7.2 and 2.8.1 security release
Fixes a cross-site scripting (XSS) vulnerability.
PyCon US Online
PyCon US went virtual this year and has started releasing videos. Check it out.
Sponsored Link 1
Django for Beginners
A step-by-step guide to building web applications with Python and Django 3.0.
Articles
A Quick and Dirty Guide on How to Install Packages for Python
Python core developer, Brett Cannon, walks us through the various ways to install something with Python.
Using VueJS alongside Django
Learn how to integrate Django templates with VueJS.
A Month in the Life of a DSF Board Member
A look at the work of Board Members on the Django Software Foundation, the non-profit that runs Django.
Using Markdown in Django
Describes the development of a Markdown extension to address challenges in managing content using Markdown in Django sites.
Events
DjangoCongress JP 2020 was canceled
DjangoCongress JP has been canceled due to the spread of the coronavirus.
Tutorials
Django on Azure - beyond "hello world"
A comprehensive guide to running Django on Microsoft Azure.
Django QuerySet Examples (with SQL code included)
Covers commonly used Django QuerySet examples with SQL code.
Podcasts
Django Chat #59 - JustDjango with Matthew Freire
JustDjango is a popular YouTube channel and website dedicated to Django learning resources. Discussion covers how Matthew learned Django, building the website itself, payments, mentors, and more.
Projects
DjangoX
A starter project with email authentication powered by django-allauth, social authentication, static files, Bootstrap, etc.
django-invitations
Generic invitations app for Django
Django-icons
Django Icons is a set of template tags which makes using icons from Font Awesome or even adding your own easier than copy and pasting HTML snippets everywhere.
pytest-vw
pytest-vw makes your failing test cases succeed under CI tools scrutiny.
django-simple-history
Store model history and view/revert changes from admin site.