Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
PyVideo.org · Testing and Django
Fixtures - about 16 minutes in. -
Show number of queries in runserver output
-
Complete Single Server Django Stack Tutorial | Apreche.net
-
11 Django Real-World Challenges Your Tutorial Didn't Mention · vsupalov.com
Real-world Django challenges which are usually not covered in tutorials. All successful Django project need to address most of those issues sooner or later. -
Forms have never been this crispy — django-crispy-forms 1.0.0 documentation
-
django - GeoDjango--Python:Can't Display Map - Stack Overflow
-
Best Online Django Video Tutorials (2019) - William Vincent
-
Markus Holtermann — Logging Rethought
We build services used by thousands of people. While uptime monitoring is crucial to deliver a great user experience, understanding what went wrong is equally important. -
DjangoTricks: How to Export Data to XLSX Files
-
Modifications to py2_to_py3 script · anthonywee/edx-platform@8428f09 · GitHub
Gist on how to approach INCR tickets (moving from py2 to py3) -
How to Dockerize a Django Application – Backticks & Tildes – Medium
-
rsinger86/django-lifecycle: Declarative model lifecycle hooks, inspired by Rails callbacks.
This project provides a @hook decorator as well as a base model or mixin to add lifecycle hooks to your Django models. Django's built-in approach to offering lifecycle hooks is Signals. However, in the projects I've worked on, my team often finds that Signals introduce unnesseary indirection and are at odds with Django's "fat models" approach of including related logic in the model class itself*. -
django-haystack/django-haystack: Modular search for Django
Modular search for Django. Contribute to django-haystack/django-haystack development by creating an account on GitHub. -
DjangoTricks: Data Filtering in a Django Website using Elasticsearch
-
Managing Elasticsearch in Django like a pro – Harsh Bhimjyani – Medium
I have used Elasticsearch in a couple of my projects recently and I really love it. Its an excellent backend to build search engines or even for data analysis. This article assumes you have some… -
How to use Elasticsearch with Django and REST Framework
There are times when an application needs to search through a vast collection of data. To ensure that this process is as swift as possible, you can work with Elasticsearch, Django and REST framework - check out how! -
Implement search with Django-haystack and Elasticsearch Part-I
Haystack works as a search plugin for Django. You can use different backends Elastic-search, Whose, Sorl, Xapian to search objects. All backends work with the same code. In this post, I am using… -
Writing reusable ModelForm templates with Django · JF's Dev Blog
-
A Modern Django Admin Using Wagtail · JF's Dev Blog
-
"Create Table As Select" in Django
-
Getting a Django Application to 100% Coverage
-
Integrate Django and Vue.js · JF's Dev Blog
-
Pint: makes units easy — pint 0.10.dev0 documentation
-
yezyilomo/django-restql: Dynamically select only a subset of fields per DRF resource(Support both flat and nested resources)
-
How to setup GeoDjango on AWS Elastic Beanstalk (EB) with a Custom AMI
sudo yum -y group install "Development Tools"