Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
dabapps/django-db-queue: Simple database-backed job queue
-
rrebase/knboard: Kanban boards with React & Django.
-
PauLoX – Full-Text Search in Django with PostgreSQL
How to implement a full-text search in Django with PostgreSQL. -
Tutorial: Django REST with React (Django 3 and a sprinkle of testing)
-
Modern Django: Part 1: Setting up Django and React — v1k45
NOTE has some info on production setup even though this is the first post of the series. -
RapidSMS: A Free and Open Source SMS Framework
RapidSMS is a free and open-source Django based framework for dynamic data collection, logistics coordination and communication, leveraging basic short message service (SMS) mobile phone technology. -
Speeding up MySQL for testing in Django | André da Palma
After some hours of frustration I did some research and I found mysql-ram. This script is just amazing as it points MySQL data directory to a tmpfs partition, in other words, mounts this data directory in memory increasing drastically the speed. The database will no longer write to the normal ext3/4 partition instead it will write your data to memory. The results are absolutely impressive. I did tests that came down from 77 seconds to less than 3. Try it yourself Open the file, go to lines 22, 23 and 24 and configure the your server. You might want to assign another port number for your test database server. 22 BIND_SOCKET=/var/run/mysqld/mysqld-ram.sock 23 BIND_HOST=127.0.0.1 24 BIND_PORT=3307 Now, to run all you need to do its to give execute permission and run it as a normal bash script. [apalma@insys aproject] chmod +x mysql-ram.sh [apalma@insys aproject] sudo ./mysql-ram.sh Now on you project root create a new settings_test.py file: -
Debugging a containerized Django app in VSCode
-
A tour of Django server setups
-
Verbose Equals True / django-postgres-vue-gitlab-ecs · GitLab
-
Frojd/wagtail-redirect-importer: Your friendly neighborhood importer that lets you import redirects from different tabular data formats, such as .csv and .xls
-
candylabshq/wagtail-opengraph-image-generator: Wagtail Open Graph Image Generator will assist you in automatically creating Open Graph images for your pages.
-
neon-jungle/wagtail-schema.org: Schema.org JSON-LD tags for Wagtail sites
-
nephila/django-meta: Pluggable app to allow Django developers to quickly add meta tags and OpenGraph, Twitter, and Google Plus properties to their HTML responses.
-
Episode 4 - Building User Interfaces · Matt Layman
On this episode, we look at templates, the primary tool that Django provides to build user interfaces in your Django app. -
Rename django custom permissions - Stack Overflow
Figure this out and answer later! -
Full production Django Docker configuration - ITNEXT
-
A tour of Django server setups
-
DjangoCon US 2016 - Confident Asset Deployments With Webpack & Django by Scott Burns - YouTube
-
Building APIs with Django and Django Rest Framework — Building API Django 2.0 documentation
-
Django ORM Cookbook — Django ORM Cookbook 2.0 documentation
-
Django Admin Cookbook — Django Admin Cookbook 2.0 documentation
-
What You Need to Know to Manage Users in Django Admin – Real Python
-
Home - Django REST framework
-
Welcome to Hypothesis! — Hypothesis 5.15.1 documentation