Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Periodic Tasks — Celery 4.2.0 documentation
-
Asynchronous Tasks With Django and Celery – Real Python
-
Django, Scheduled Tasks & Queues (Part 1) – Ben Cleary – Medium
-
Tendenci - The Open Source AMS | Membership and NPO software | Open Source Association Management and Donor Management. - Tendenci - The Open Source AMS
-
django CMS - Enterprise Content Management with Django - django CMS
-
Django Content Management System | Wagtail CMS
-
postgresql - Auto-truncating fields at max_length in Django CharFields - Stack Overflow
class TruncatingCharField(models.CharField): def get_prep_value(self, value): value = super(TruncatingCharField,self).get_prep_value(value) if value: return value[:self.max_length] return value -
Getting Started with django CMS - YouTube
-
How To Use PostgreSQL with your Django Application on Ubuntu 14.04 | DigitalOcean
CREATE DATABASE myproject; -
django-inplaceedit/django-inplaceedit: Django application that allows you to inline edition of some data from the database.
-
ramonsaraiva/django-expiry: Expiry rules for Django sessions
-
Things You Must Know About Django Admin As Your App Gets Bigger
-
django-unslashed
-
Cleaning up Django migrations - TykBlog
-
Update squashmigration docs to also mention circ dep errs (refs #23337) · django/django@459cfb5 · GitHub
-
Coding style | Django documentation | Django
-
Django (2.1): An Introduction for Beginners - YouTube
-
everbug: Django debugging tool for browser
-
django-vue: A boilerplate for Django to get running with Vue.JS patterned after Laravel
-
How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 18.04 | DigitalOcean
-
Persistent database connections with async workers on Django
-
Persistent database connections with async workers in Django
-
Bi-lingual website using Wagtail CMS. – Joss Ingram, Web Developer
-
Django dumpdata and loaddata (Example)
-
The Dramatic Benefits of Django Subqueries and Annotations