Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django go Live checklist | Lincoln Loop
-
Coltrane - Content site framework that can generate a static HTML site, be deployed as a standalone Django site, or integrated into an existing Django site
https://coltrane.readthedocs.io/en/stable/ -
SaaS Pegasus | The Django SaaS Boilerplate
-
DBSamizdat: The blissfully naive PostgreSQL database object manager.
DBSamizdat is a lightweight tool that manages code that lives in the database: views, materialized views, functions and triggers, and the dependencies between those and other DB objects. -
Deploy a Django app with fly.io | Davis Haupt
-
Psycopg3 Binary and Django 4.2 Installation Quick Tip | LearnDjango.com
-
JSv4/Delphic: Starter App to Build Your Own App to Query Doc Collections with Large Language Models (LLMs) using LlamaIndex, Langchain, OpenAI and more (MIT Licensed)
-
Chatting with Django’s documentation using langchain, Chroma & OpenAI APIs
-
Adam Johnson
-
amerkurev/django-docker-template: Dockerized Django with Postgres, Gunicorn, and Traefik (with Let's Encrypt)
Dockerized Django with Postgres, Gunicorn, and Traefik (with Let's Encrypt) - amerkurev/django-docker-template: Dockerized Django with Postgres, Gunicorn, and Traefik (with Let's Encrypt) -
django-api-admin: Expose django.contrib.admin as a RESTful service. useful for adding new features to Django admin or writing a new admin client.
-
How to Create CRUD API in Django REST Framework
-
How to Create CRUD API in Django Rest Framework
In this post, we will look at how to create CRUD API in Django Rest Framework. Create, Retrieve, Update, and Delete are the four fundamental -
Improve your Django Code with pre-commit
-
Filtering rows every 5 days with the Django ORM
"When you’re working with timestamped data, eventually you’ll come across the need to fetch records that occur every X days. This post attempts to explain how to do that from within the Django ORM." -
Prepare Django for Docker deployment and development. | Mario Yepes Personal Blog
-
Dockerizing Django Application — Gunicorn and Nginx | by Adesh Nalpet Adimurthy | Dev Genius
MySQL -
Lawrence Journal-World - Wikipedia
In 2005, developers at the paper created the now-popular Django web framework. Nice counterpoint to e.g. Dom Cummings' belief that great work is only done by the top 0.1% or whatever of people: the world's most popular python web framework was created by the developers at the daily paper in the sixth-largest city in Kansas. -
ModelAdmin.autocomplete_fields
-
ModelAdmin.get_search_results
-
ModelAdmin.formfield_for_manytomany
-
ModelAdmin.formfield_for_foreignkey
-
Choosing the Right Python Web Framework: Django, Flask, or FastAPI?
-
django - How to generate a custom link in Wagtail using Wagtail hooks - Stack Overflow
-
Running tasks concurrently in Django asynchronous views · Fly