Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Mezzanine - The Best Django CMS
-
Home - django-postgres-extra
django-postgres-extra aims to make all of PostgreSQL's awesome features available through the Django ORM. We do this by taking care of all the hassle. As opposed to the many small packages that are available to try to bring a single feature to Django with minimal effort, django-postgres-extra goes the extra mile with well tested implementations, seamless migrations and much more. By seamless, we mean that any features we add will work truly seamlessly. You should not have to manually modify your migrations to work with fields and objects provided by this package. Includes support for Postgres Upsert (ON CONFLICT DO UPDATE and ON CONFLICT DO NOTHING). -
How to use nested formsets in django - MicroPyramid
-
awesome-wagtail/README.md at master · springload/awesome-wagtail · GitHub
-
Django, Nginx, Invalid HTTP_HOST header | Snakey Code
curl -H "HOST:" MY_DOMAIN_NAME -0 -v -
GitHub - razisayyed/django-ads: Ads Management System for Django Framework
-
How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 18.04 | DigitalOcean
-
martsberger/django-sql-utils: SQL utilities for Django
-
python 3.x - Django + PostgreSQL Connection - Cannot use server side cursor - Stack Overflow
-
Welcome to Faker’s documentation! — Faker 1.0.5 documentation
-
factory_boy — Factory Boy latest documentation
-
Model Mommy: Smart fixtures for better tests — Model Mommy 1.2.1 documentation
-
Django Packages : Fixture Generation
-
aschn/drf-tracking: Utils to track requests to Django Rest Framework API views
-
Improve Serialization Performance in Django Rest Framework | Haki Benita
-
Twitter
RT @rlconley: It's fun to look at #Django from a student's perspective. -
mattdeboard/yukproj: A link aggregator web application written in Python on the Django framework.
A link aggregator web application written in Python on the Django framework. http://yukmarks.com -
Building for Flexibility Using Finite State Machines in Django | Blog
-
python - What is a mixin, and why are they useful? - Stack Overflow
-
Some useful Mixins in Django | HackerEarth
-
😸 Django Models & Mixins for cleaner code
-
Django - Model mixins | django Tutorial
-
Django: How to Extend The User Model (aka Custom User Model) - William Vincent
-
*tech-edition: How to Dockerize a Django web app elegantly - Medium
really good -
djangorestframework-api-key