Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
SlugField - django - Python documentation - Kite
-
learning Django recommendation
-
django_ansible/ansible at master · baxeico/django_ansible
-
2. How to export CSV from Django admin? — Django Admin Cookbook 2.0 documentation
-
How to use the wagtail CMS for django with examples
-
Learning Django: What Makes it Hard? - Will Vincent
-
Wagtail Streamforms — Wagtail Streamforms 3.5 documentation
Wagtail Streamforms Allows you to build forms in the CMS admin area and add them to any StreamField in your site. You can add your own fields along with the vast array of default fields which include the likes of file fields. Form submissions are controlled by hooks that you can add that process the forms cleaned data. Templates can be created which will then appear as choices when you build your form, allowing you to display and submit a form however you want. -
Running gunicorn behind nginx on Heroku for buffering and logging
-
coding style - What is the standard Python docstring format? - Stack Overflow
-
Django Tutorial Part 3: Using models
-
Django: An Unofficial Opinionated FAQ - Kristian Glass - Do I Smell Burning?
-
How to Turn Django Admin Into a Lightweight Dashboard | Haki Benita
-
Avoid Django’s GenericForeignKey - lukeplant.me.uk
-
How to Use Grouping Sets in Django | Haki Benita
-
Django: An Unofficial Opinionated FAQ - Kristian Glass - Do I Smell Burning?
-
Introduction · Django Girls Tutorial
-
Introduction — django-pipeline 1.6.14 documentation
Pipeline is an asset packaging library for Django, providing both CSS and JavaScript concatenation and compression, built-in JavaScript template support, and optional data-URI image and font embedding. -
A Brief Intro to Docker for Djangonauts
pose to build the image from the current directory -
django-parler/django-parler: Easily translate "cheese omelet" into "omelette au fromage".
-
Django REST Framework Multi-Language
-
Is there an efficient way to design multi-language sites in Django? How would one go about this? - Quora
-
GitHub - richardbarran/django-photologue: A customizable plug-in photo management application for the Django web framework.
A customizable plug-in photo management application for the Django web framework. -
Customizing authentication in Django | Django documentation | Django
-
WhiteNoise — WhiteNoise 4.1.2 documentation
Radically simplified static file serving for Python web apps With a couple of lines of config WhiteNoise allows your web app to serve its own static files, making it a self-contained unit that can be deployed anywhere without relying on nginx, Amazon S3 or any other external service. (Especially useful on Heroku, OpenShift and other PaaS providers.) It’s designed to work nicely with a CDN for high-traffic sites so you don’t have to sacrifice performance to benefit from simplicity. ... -
Django: An Unofficial Opinionated FAQ - Kristian Glass - Do I Smell Burning?
I really like Django. Django is fast, featureful, secure, scalable, and versatile. It works well with a variety of workflows, approaches, tools, …