Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Building an application using Nuxtjs and Django DRF | Medium
Django Python is used as backend, providing data access, while NuxtJS VueJS as frontend, consuming data. First part, authentication, nuxtjs-auth, simple-jwt -
Why should you use an ORM (Object Relational Mapper)? - CodiMD
A lightweight commenting system using GitHub issues. -
Dockerizing a Python Django Web Application - Semaphore Tutorial
-
Rumin - the full frontend code for the Rumin web app, a visual canvas for connected ideas
https://news.ycombinator.com/item?id=25409600 -
adamchainz/django-linear-migrations: Ensure your migration history is linear.
-
Introducing django-linear-migrations - Adam Johnson
-
Django’s CBVs were a mistake - lukeplant.me.uk
So, we replaced them with classes that allows people to override just the bit they need to override. This eliminates the need for code duplication, and removes the burden of lots of feature requests for generic views. -
django-extra-checks - Useful checks for Django's system check framework
-
django-linear-migrations - Ensure a linear Django migration history
-
Built with Django - Case studies about Django-powered sites
-
Introducing django-linear-migrations - Adam Johnson
-
Introducing django-linear-migrations - Adam Johnson
-
How can I make a Django model read-only? - Stack Overflow
delete -
manage.py inspectdb: All redshift tables fail with unable to inspect table - function unnest(int2vector) does not exist · Issue #13 · jazzband/django-redshift-backend
# Update -
django-readonly-model/readonly_model at master · dorosch/django-readonly-model
-
Django Templates - Short introduction and free samples
-
Maps with Django (part 1): GeoDjango, SpatiaLite and Leaflet
https://old.reddit.com/r/django/comments/k9c7pr/maps_with_django_part_1_geodjango_spatialite_and/ -
Serving Static Files in Python With Django, AWS S3 and WhiteNoise
-
Django: Using get_or_create to prevent race conditions | by Adrienne Domingus | Medium
get_or_create, is an awesome helper utility to have at your disposal when you need an object matching some specifications, but there should only be exactly one match — you want to retrieve it if it… -
How To Set Up Tailwind CSS In Django On Heroku · Matt Layman
-
pauloxnet – Maps with Django (part 1): GeoDjango, SpatiaLite and Leaflet
-
pauloxnet – Maps with Django (part 1): GeoDjango, SpatiaLite and Leaflet
I've just published: "Maps with Django (part 1): GeoDjango, SpatiaLite and Leaflet" A quickstart guide to create a web #map 🗺️ with #Django 🦄 using its module #GeoDjango 🌍, the #SQLite 🪶 database with its spatial extension #SpatiaLite 🌐 and #Leaflet 🍃 -
How to test if debug is true or false in a template with django ?
INTERNAL_IPS -
Using Context processor in Django to create dynamic footer
This is how you can setup to send a variable to your base template make different calls to css between dev and prod or some other mechanism to let you know which environment you're in. -
How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 18.04 | DigitalOcean