Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 16.04 | DigitalOcean
-
Untitled (http://on.codetrick.net/rk1buLZFz)
Deep Learning Prerequisites: The Numpy Stack in Python ☞ #django #python -
Twitter
Deep Learning Prerequisites: The Numpy Stack in Python ☞ #django #python -
Flask 1.0 Released | Hacker News
-
Load balancing Django
-
mod_wsgi — mod_wsgi 4.6.4 documentation
-
Untitled (http://on.codetrick.net/ByXg7IWYG)
Python for Geospatial ☞ #django #python -
Twitter
Python for Geospatial ☞ #django #python -
Django Tips #8 Blank or Null?
> - Null: It is database-related. Defines if a given database column will accept null values or not. > - Blank: It is validation-related. It will be used during forms validation, when calling form.is_valid(). > Don't use `null=True` for string-based fields such as `CharField` and `TextField`. Otherwise, you will end up having two possible values for “no data”, that is: None and an empty string. Having two possible values for “no data” is redundant. The Django convention is to use the empty string, not NULL. -
Flask 1.0 Released | Hacker News
-
Enhanced support for natural keys in Django and Django REST Framework.
-
Tastypie - RESTful APIs for Django
-
GitHub - rsinger86/django-lifecycle: Declarative model lifecycle hooks, inspired by Rails callbacks.
django-lifecycle - Declarative model lifecycle hooks, inspired by Rails callbacks. #django #python -
GitHub - datalets/public-health-ch: Swiss Society for Public Health
-
GitHub - LabD/django-oscar-wagtail: Wagtail integration for Oscar Commerce (or Oscar Commerce integration for Wagtail?)
-
Saleor — an open source storefront written in Python and Django
-
API Versioning with the Django Rest Framework
-
#22667 replaced occurrences of master/slave terminology with leader/follower by fcurella · Pull Request #2692 · django/django
-
Ubuntu Server Setup Guide for Django Websites — Brent O'Connor's documentation
-
Demystifying encodings — part 3
-
Full Stack Python: Monitoring Django Projects with Rollbar
-
Techiediaries - Django: Django 2 Tutorial for Beginners: Building a CRM
-
Modern Django: Part 1: Setting up Django and React — v1k45
-
Techiediaries - Django: Beginner's Angular 4|5 Tutorial Series for Django Developers
-
Django Rest Framework with React Tutorial - William S. Vincent