Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Twitter
"Full-Text Search in Django with PostgreSQL" 🐍🐘🔍 #fulltextsearch #django #postgresql #python… -
PauLoX – Full-Text Search in Django with PostgreSQL
"Full-Text Search in Django with PostgreSQL" 🐍🐘🔍 #fulltextsearch #django #postgresql #python… -
Django 2.0 Tutorial for Beginners
Very good (and free) Django tutorial by Will Vincent. -
Testing with nose — nose 1.3.7 documentation
-
open-paperless: Scan, index, and archive all of your paper documents
https://news.ycombinator.com/item?id=15983492 -
python - Serving a request from gunicorn - Stack Overflow
-
Django REST Pandas
Django REST Framework + pandas = A Model-driven Visualization API Django REST Pandas (DRP) provides a simple way to generate and serve pandas DataFrames via the Django REST Framework. The resulting API can serve up CSV (and a number of other formats) for consumption by a client-side visualization tool like d3.js. The design philosophy of DRP enforces a strict separation between data and presentation. This keeps the implementation simple, but also has the nice side effect of making it trivial to provide the source data for your visualizations. This capability can often be leveraged by sending users to the same URL that your visualization code uses internally to load the data. DRP does not include any JavaScript code, leaving the implementation of interactive visualizations as an exercise for the implementer. That said, DRP is commonly used in conjunction with the wq.app library, which provides wq/chart.js and wq/pandas.js, a collection of chart functions and data loaders that work well with CSV served by DRP. -
RoutablePageMixin URLs which include "." are not routable · Issue #3653 · wagtail/wagtail
-
custom django i18n backends PR
-
django-nose — django-nose 1.4.5 documentation
-
GitHub - bkjones/django-taxonomy: A django app to support whatever classification type (category, label, tag) you can dream up.
-
Techarena51.com
In this Django Tutorial I will describe how you can move a PHP based wordpress blog to a Python 3 based Django blog. -
How to migrate your Blog from Wordpress to Django
https://www.reddit.com/r/programming/comments/7l998f/how_to_migrate_your_blog_from_wordpress_to_django/ -
Django multitenancy using Postgres Row Level Security - Schinckel.net
-
How to Reset Migrations
-
Building Modern Django Web Applications with React and Django Rest Framework • techiediaries
-
Using both Python 2 and 3 in Windows
https://news.ycombinator.com/item?id=15968329 -
Ultimate NGINX reverse proxy to WordPress / PHP / Python / Django / Golang / Flask | Jared Evans Global Microbrand
-
healthchecks.io - Monitor Cron Jobs. Get Notified When Your Cron Jobs Fail
Make a HTTP GET request to this address from your cron job, daemon, script or long running task. When this address is not requested for a set time period, you will get alerted. Below are snippets that are ready to be copy/pasted into your own scripts. -
Simple orderable menus for Wagtail
-
JSON-RPC in Python with Django
-
Jsonrpc – Django
-
Building a Remote Procedural Call (RPC) endpoint with the Django Rest Framework
-
Sending Django Emails [with examples] - Blog
-
How to Send Email in a Django App