Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Amazon.com: two scoops of django: Kindle Store
Online shopping from a great selection at Kindle Store Store. -
Building Data Products with Python: Using Machine Learning to Provide Recommendations
-
Understanding, setting up, accessing and serving media files and static files in Django | Timmy O'Mahony | Software Development
Updated setup of Django local media -
How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 16.04 | DigitalOcean
sudo systemctl enable gunicorn -
django-ajax-selects — django-ajax-selects 1.4.0 documentation
django-ajax-selects Edit ForeignKey, ManyToManyField and CharField in Django Admin using jQuery UI AutoComplete. -
koalixcrm/views.py at stable · tfroehlich82/koalixcrm
koalixcrm - Beautiful CRM/ERP for small business -
revsys/django-test-plus: Useful additions to Django's default TestCase
django-test-plus - Useful additions to Django's default TestCase -
django-timepiece/timepiece/contracts at develop · caktus/django-timepiece
django-timepiece - A multi-user Django application for tracking people's time on projects. -
12 Tips and Tricks for Improved Django Security!
In this article we shall discuss a point to which we give little importance when we are beginning to programme our application and which, with little details, we can improve significantly. Security! -
Blog | BeDjango
Interesting and useful information about Django and Open edX development. -
9 Django Tips for Working with Databases – Haki Benita – Medium
-
Databases | Django documentation | Persistent Connections
Persistent connections are off by default, this is how to turn them on. -
Welcome to django-braces’s documentation! — django-braces 1.12.0 documentation
-
9 Django Tips for Working with Databases – Haki Benita – Medium
-
9 Django Tips for Working with Databases – Haki Benita – Medium
In this article I am going to share 9 tips for working with databases in Django. -
Mozilla l20n — Translate Toolkit 2.2.5 documentation
-
9 Django Tips for Working with Databases – Haki Benita – Medium
-
How to Implement Multiple User Types with Django
-
Building An API With Django 2.0: Part I | Tag1 Consulting
-
Realtime Django Part 2: Build a Chat application with django, RabbitMQ and Vue.js (Authentication and User Management)
Useful example of authentication / authorization in Django -
Welcome to djoser’s documentation! — djoser 1.1.5 documentation
REST implementation of Django authentication system. djoser library provides a set of Django Rest Framework views to handle basic actions such as registration, login, logout, password reset and account activation. It works with custom user model. Instead of reusing Django code (e.g. PasswordResetForm), we reimplemented few things to fit better into Single Page App architecture. -
Building An API With Django 2.0: Part I | Tag1 Consulting
May be a useful model for providing authentication/authorization via Djano Rest Framework (DRF for search) -
Adding the Django CSRF Protection to React Forms • techiediaries
-
When to Use MongoDB with Django
-
How to Add Custom Action Buttons to Django Admin – Haki Benita – Medium