Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django Abstract Base Class - Model Inheritance - GoDjango
-
Twitter
RT @CaktusGroup: Caktus is looking for sharp #Django #webdevelopers to join us in our Durham, NC office. Apply at… -
library/postgres - Docker Hub
Reference for the official docker image for postgres -
Django ModelForm, FormView and the Request Object – Ramblings on startups, NYC, advertising and hacking (mostly Python)
-
No way to get this to work on Heroku · Issue #486 · django-compressor/django-compressor
-
Django's Asset Managers: django-compressor vs django-webpack-loader - devel.tech
-
jcalazan/ansible-django-stack: Ansible Playbook for setting up a Django app with Nginx, Gunicorn, PostgreSQL, Celery, RabbitMQ, Supervisor, Virtualenv, and Memcached. A Vagrantfile for provisioning a VirtualBox virtual machine is included as well.
-
Wagtail Tutorial Series | Michael Yin's Blog
-
You have offline compression enabled but key is missing from offline manifest · Issue #169 · django-compressor/django-compressor
-
kottenator/django-compressor-toolkit: Simply enable SCSS and ES6 in your Django project
-
How to add a text filter to Django Admin – Haki Benita – Medium
-
Full-Text Search in Django with PostgreSQL | Hacker News
-
PauLoX – Full-Text Search in Django with PostgreSQL
-
generator-politico-django — generator-politico-django 0.2.0 documentation
-
Django, GraphQL & React - part one | Krzysztof Żuraw Blog
-
How to use the SQL replace function in a Django ORM query
How to use other SQL functions in Django ORM from django.db.models import F, Func, Value from myapp.models import MyModel # Annotation MyModel.objects.filter(description__icontains='\r\n').annotate( fixed_description=Func( F('description'), Value('\r\n'), Value('\n'), function='replace', ) ) # Bulk replace/fix MyModel.objects.filter(description__icontains='\r\n').update( description=Func( F('description'), Value('\r\n'), Value('\n'), function='replace', ) ) -
Kubernetes, Local to Production with Django: 2— Docker and Minikube
-
Full-Text Search in Django with PostgreSQL
https://news.ycombinator.com/item?id=16085873 -
Installing Python 3 and Django on Dreamhost
-
django-watchman - exposes a status endpoint for backing services like databases, caches, etc.
See also: https://github.com/KristianOellegaard/django-health-check -
django-health-check - modular app with plugins to check database, task queue server, etc.
See also: https://github.com/mwarkentin/django-watchman -
taiga-back/tests at master · taigaio/taiga-back
-
OmniDB/OmniDB: Web tool for database management
-
djaodjin-saas - Django application for subscription businesses
-
django-des - Django Dynamic Email Settings - Change your email configuration without interrupting service.
https://stackoverflow.com/a/47742384