Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Making queries | Django documentation | Django
-
GitHub - IridiumIO/pyChart.js: Objective Chart.js implementation for Python and Django
pyChart.js - Objective Chart.js implementation for Python and Django. #Python #Django… -
Twitter
pyChart.js - Objective Chart.js implementation for Python and Django. #Python #Django… -
Django Reversion + Wagtail = magic | adamghill.com
-
7 Common Mistakes That Django Developers Make
https://reddit.com/r/Python/comments/dkyk3g/7_common_mistakes_that_django_developers_make/ -
Invalid resource lookup data provided (mismatched type). · Issue #1273 · django-tastypie/django-tastypie
-
Build a Simple Blockchain & Cryptocurrency with Python, Django Web Framework & ReactJS
-
(6) Data Visualization with Bokeh and Django - YouTube
-
Integrating Bokeh visualisations into Django Projects. - By
-
pyChart.js
Objective Chart.js implementation for Python and Django - IridiumIO/ -
Reusable Apps - when to create new Django app vs adding to existing app
-
GitHub - django-mptt/django-mptt: Utilities for implementing a modified pre-order traversal tree in django.
Utilities for implementing a modified pre-order traversal tree in django. - django-mptt/django-mptt -
Build a Simple Blockchain & Cryptocurrency with Python, Django Web Framework & ReactJS
-
CodeRed - modern web development for forward-thinking businesses.
-
Dockerizing Django with Postgres, Gunicorn, and Nginx | TestDriven.io
-
python - Django, ImportError: cannot import name Celery, possible circular import? - Stack Overflow
-
Using Django's cache framework with Wagtail
-
Per-View cache with Django & Wagtail CMS
Using django's site-wide cache middleware is pretty straight forward and acts as expected on a wagtail site. But what about per-view caching? As it turns out, using django's per-view caching is quite easy to implement on wagtail Page sub-classes. Out of the box you can just do: from django.views.decorators.cache import cache_page from django.utils.decorators import method_decorator from wagtail.wagtailcore.models import Page @method_decorator(cache_page(300), name="serve") class MyPage(Page): # my class code here You can also add optional keyword arguments for 'key_prefix' and 'cache' to the 'cache_page' decorator. This gives quite a lot of flexibility and control over where a view is cached and what it's cache_key will be based on. But what if you wanted to have a dynamic 'key_prefix', say based on the MyPage primary key? Well then you would need access to the instance of MyPage (self) and you can't do this with 'method_decorator'. I wrote a decorator (based on 'method_decorator') that works for wagtail's Page and its sub-classes: -
GitHub - demiroren-teknoloji/django-admin-autocomplete-list-filter: Ajax autocomplete list filter for Django admin
-
Home - Divio
Divio combines hosting, developer tools and pre-configured projects-including django CMS and Wagtail-into one platform that's backed by passionate support. -
CFPB Open Tech – Home
Consumer Financial Protection Bureau uses Django and Wagtail -
A Simple Real Time Chat with Django Channels and React
-
Filtering - Django REST framework
-
postgresql - Django - postgres: how can I verify whether the database connection is SSL? - Stack Overflow
-
Dockerizing Django with Postgres, Gunicorn, and Nginx (updated) : django
The django community on Reddit. Reddit gives you the best of the internet in one place.