Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Healthchecks - Django app and cron/uptime monitoring service
https://healthchecks.io -
Good Code - Using Django for (mostly) static sites
m -
healthchecks/healthchecks: Django app which listens for pings and sends alerts when pings are late
-
crucialfelix/django-ajax-selects: jQuery UI-powered auto-complete fields for ForeignKey, ManyToMany and text fields
django-ajax-selects - jQuery UI-powered auto-complete fields for ForeignKey, ManyToMany and text fields -
overshard/timestrap: Time tracking you can host anywhere. Full export support in multiple formats and easily extensible.
timestrap - Time tracking you can host anywhere. Full export support in multiple formats and easily extensible. -
Django views automated testing with selenium
-
Getting Started with Django Channels – Real Python
-
How to Implement Dependent/Chained Dropdown List with Django
-
django - RotatingFileHandler "Text File Busy" in Windows - Stack Overflow
-
Readonly for existing items only in Django admin inline - Stack Overflow
-
Effective Django Forms — Effective Django
ProcessFormView -
postgresql - How can we make Django tests faster? - Stack Overflow
In Django 1.9 if you have a multi-core processor a great option is the flag: --parallel This requires you to pip install tblib -
How to Render Django Form Manually
Dealing with user input is a very common task in any Web application or Web site. The standard way to do it is throughHTML forms, where the user input some d... -
How to Reset Migrations
The Django migration system was developed and optmized to work with large number of migrations. Generally you shouldn’tmind to keep a big amount of models mi... -
Writing your first Django app
Django tutorial -
tomturner/django-tenants: Django tenants using PostgreSQL Schemas
-
GitHub - kstateome/django-cas: K-State's maintained version of django-cas
-
How to Implement Multiple User Types with Django
-
9 Django Tips for Working with Databases – Haki Benita – Medium
-
9 Django Tips for Working with Databases – Haki Benita – Medium
-
10 tips for making the Django Admin more secure | Opensource.com
-
klauscfhq/moviebox: 🎥 Machine learning movie recommender
-
GitHub - danidee10/chatire: Real time Chat application built with Vue, Django, RabbitMQ and uWSGI WebSockets.
Build a Realtime Chat application with django, RabbitMQ and Vue.js #python #django #rabbitmq #vuejs #chat -
How to Implement Dependent/Chained Dropdown List with Django
Dependent or chained dropdown list is a special field that relies on a previously selected field so to display a listof filtered options. A common use case i... -
An ambitious authentication library
An ambitious authentication library for OAuth 1, OAuth 2, OpenID clients and servers. https://authlib.org/