Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django: An Unofficial Opinionated FAQ - Kristian Glass - Do I Smell Burning?
RT @doismellburning: An Unofficial Opinionated Django FAQ, based on questions people keep asking in #django on Freenode -
Contributing to classiness (in Django)
-
Django: An Unofficial Opinionated FAQ - Kristian Glass - Do I Smell Burning?
-
Implementing Stream Keys with nginx-rtmp and Django
Streaming with django and nginx rtmp -
Setting Up a BDD Stack on a Django Application - Semaphore
-
marcgibbons/django-rest-swagger: Swagger Documentation Generator for Django REST Framework
As you may have noticed, I have not been keeping up with pull requests and issues and am looking for help maintaining this project! Between working fulltime, having 2 kids (3 and under), teaching Python and running for political office, I can't possibly keep up. So, if you like this project and want to help out, I'm specifically looking for: -
m-haziq/django-rest-swagger-docs: Beginners approach to Django Rest Swagger
-
3 - Class based views - Django REST framework
-
Status codes - Django REST framework
-
Django Logging, The Right Way | Lincoln Loop
-
Django project optimization guide (part 1)
-
Make a Location-Based Web App With Django and GeoDjango – Real Python
-
Set-up Authentication System in Django in just 10 minutes | DjangoPy
In this post, we will discuss Authentication System in Django. We will be discussing the most abstract way to how to implement on your Django Project in just simple steps. -
The staticfiles app | Django documentation | Django
./manage.py collectstatic How to compile Sass files on the server. -
Advanced Usage of Pipenv — pipenv 2018.11.27.dev0 documentation
-
Upgrading to Wagtail 2.0 | Wagtail CMS
-
Production Django Deployments on Heroku | TestDriven.io
This article aims to simplify the process of deploying, maintaining, and scaling a production-grade Django app on Heroku. -
Viewflow - Reusable Workflow Library
Viewflow is a lightweight reusable workflow library that helps to organize people collaboration business logic in django applications. -
python - Django proxy model and ForeignKey - Stack Overflow
-
Welcome to Django-environ’s documentation! — Django-environ 0.4.4 documentation
-
anymail/django-anymail: Django email backends and webhooks for Amazon SES, Mailgun, Mailjet, Postmark, SendGrid, SendinBlue, SparkPost and more
Django email backends and webhooks for Amazon SES, Mailgun, Mailjet, Postmark, SendGrid, SendinBlue, SparkPost and more -
How to Use Celery and RabbitMQ with Django
Celery is an asynchronous task queue based on distributed message passing. Task queues are used as a strategy to distribute the workload between threads/machines. In this tutorial I will explain how to install and setup Celery + RabbitMQ to execute asynchronous in a Django application. -
Using Celery With Django for Background Task Processing
Web applications usually start out simple but can become quite complex, and most of them quickly exceed the responsibility of only responding to HTTP requests. When that happens, one must make a distinction between what has to happen instantly (usually in the HTTP request lifecycle) and what can happen eventually. Why is that? Well, because when your application becomes overloaded with traffic, simple things like this make the difference. -
Model field reference | Django documentation | Django
-
DjangoPatternsBook/superbook2: Code for the second edition of Django Design Patterns and Best Practices book by Arun Ravindran