Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Ranajay On The Code | Portfolio of Ranajay Das
-
Safely Including Data for JavaScript in a Django Template - Adam Johnson
-
Django in Production - From Zero to Hero - Part-2
In this lesson we continue deployment process of Django based application. In this part we deal with Nginx. Besides manual installation of Nginx you will lean how you can automate the process with Ansible. -
python - Cannot use environment variables for settings in Django - Stack Overflow
-
GriceTurrble/django3-site-template: Template for a basic Django 3 site, with some helpful base objects, Bootstrap 4, FontAwesome 5 Free, and starter templates.
-
DjangoCon 2018 - Containerless Django: Deploying without Docker by Peter Baumgartner
-
Twitter
Distributed teams enjoy up to 43% higher productivity while saving 390 million gallons of gas & preventing 3.6 mill… -
Python Diary | Creating a transparently encrypted field in Django
In some rare situations you may wish to have data which may otherwise be visible on the Django site, or through the Django admin, but may wish to have this data transparently encrypted into the database. This could be very useful, if for example, you use an untrusted database where it is not managed by you, and some database administrator can indeed either dump the data, or otherwise view the stored schemas. This is common with managed databases, which are either maintained by a hosting provider, or is shared with other tenants. In this current day and age with many database breaches appearing in the news from large vendors, you can never be 100% sure that the data you save into your database will never be leaked. -
How to Add Websockets to a Django App without Extra Dependencies
-
django - ImageField overwrite image file with same name - Stack Overflow
-
How to support multi-language in Wagtail CMS | AccordBox
-
Secret Management for Django | SecretHub
-
Django vs. Flask in 2019: Which Framework to Choose
-
The Ultimate Tutorial for Django REST Framework: CRUD (Part 1) | Sunscrapers
-
Where to put business logic in Django (tech talk) | Sunscrapers
-
Understand Group by in Django with SQL | Haki Benita
-
rsinger86/django-lifecycle: Declarative model lifecycle hooks, an alternative to Signals.
-
django-organizations: Sane multi-user accounts — django-organizations 1.1.1 documentation
-
Django authority data — /var/
-
How to Add Websockets to a Django App without Extra Dependencies
-
Python Diary | Creating a transparently encrypted field in Django
-
Complete free course on Django 3 : django
News and discussion about the Django web framework. -
Understand Group by in Django with SQL | Haki Benita
-
Why Puppeteer is Better than Selenium - Lucidchart
-
django-filter — django-filter 2.2.0 documentation
Django-filter is a generic, reusable application to alleviate writing some of the more mundane bits of view code. Specifically, it allows users to filter down a queryset based on a model’s fields, displaying the form to let them do this.