Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django or Drupal for Content Management: Which Fits your Needs? | Caktus Group
If you’re building or updating a website, you’re probably wondering about which content management system (CMS) to use. Learn about the differences between Django and Drupal. -
Forms—Comparing Django to Rails
-
João Ventura
-
How to Do Wagtail Data Migrations | Caktus Group
-
Modeling Polymorphism in Django With Python – Real Python
An abstract base model is a good choice when there are very few types of objects that required very distinct logic. An intuitive example is modeling a payment process for your online shop. You want to accept payments with credit cards, PayPal, and store credit. Each payment method goes through a very different process that requires very distinct logic. Adding a new type of payment is not very common, and you don’t plan on adding new payment methods in the near future. -
A Quick Guide to Django I18n - DZone Web Dev
-
João Ventura
-
Types for Python HTTP APIs: An Instagram Story - Instagram Engineering
-
Django 3.0 alpha 1 released | Weblog | Django
-
Django documentation | Django documentation | Django
-
Runs things in the background.
This module makes it stupidly simple to run things in the background of your application, be it a CLI app, or a web app. -
Configuration — Django Q 1.0.1 documentation
-
How To Serve Django Applications with Apache and mod_wsgi on Debian 8 | DigitalOcean
STATIC_ROOT = os.path.join(BASE_DIR, 'static/') -
Top 6 Django Compatible Hosting Services
We have chosen the top 6 small, mid, and large-scale Django hosting services with various functions that certainly deserve consideration. -
Truly thrifty cloud hosting - Hetzner Online GmbH
HETZNER CLOUD A LITTLE MONEY GETS YOU LOTS OF CLOUD CLOUD SERVERS STARTING AT € 2.99 -
django-webmention
-
Built-in template tags and filters | Django documentation | Django
-
Welcome to Django Q — Django Q 1.0.1 documentation
-
Django Chatbot with Celery, WebSockets, and Redis. - ITNEXT
-
Pre-validating Many to Many fields. - Schinckel.net
-
Installing PycURL on macOS High Sierra - Chi Shang Cheng
$ PYCURL_SSL_LIBRARY=openssl LDFLAGS="-L/usr/local/opt/openssl/lib" CPPFLAGS="-I/usr/local/opt/openssl/include" pip install --no-cache-dir pycurl -
How to Deploy a Django Application on DigitalOcean
-
Wagtail: 2 Steps for Adding Pages Outside of the CMS | Caktus Group
-
How to use SCSS/SASS in your Django project (Python Way) | AccordBox
-
GitHub - javrasya/django-river: Django workflow library supports on the fly changes.
River is an open source workflow framework for Django which support on the fly changes instead of hardcoding states, transitions and authorization rules.