Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
vitorfs/colossus: Self-hosted email marketing solution
-
How to Use Bootstrap 4 Forms With Django
-
Forms have never been this crispy — django-crispy-forms 1.0.0 documentation
django-crispy-forms provides you with a |crispy filter and {% crispy %} tag that will let you control the rendering behavior of your Django forms in a very elegant and DRY way. Have full control without writing custom form templates. All this without breaking the standard way of doing things in Django, so it plays nice with any other form application. -
How to Use Bootstrap 4 Forms With Django
This is a quick tutorial to get you start with django-crispy-forms and never look back. Crispy-forms is a great application that gives you control over how you render Django forms, without breaking the default behavior. This tutorial is going to be tailored towards Bootstrap 4, but it can also be used with older Bootstrap versions as well as with the Foundation framework. The main reason why I like to use it on my projects is because you can simply render a Django form using `` and it will be nicely rendered with Bootstrap 4, with very minimal setup. It’s a really life saver. -
GitHub - getsentry/sentry: Sentry is cross-platform application monitoring, with a focus on error reporting.
Sentry is cross-platform application monitoring, with a focus on error reporting. -
Django Packages : Reusable apps, sites and tools directory
-
A Brief Intro to Docker for Djangonauts
https://media.ccc.de/v/hd-14-an-intro-to-docker-for-djangonauts -
django-vue-template - template is a minimal example for an application using VueJs and Django (RestFramework)
-
Working with huge data sets in Django – Lab Digital
-
“Working with huge data sets in Django”
-
zostera/django-bootstrap4: Bootstrap 4 integration with Django.
Bootstrap 4 integration with Django. -
Let's talk about testing Django apps
-
Testing Django applications in 2018
-
GitHub - aellerton/demo-allauth-bootstrap: Django sample app with users including social auth via Django-AllAuth
-
GitHub - viewflow/django-material: Material Design for Django
-
GitHub - rosarior/awesome-django: Repository mirror of GitLab: https://gitlab.com/rosarior/awesome-django
-
jcalazan/ansible-django-stack: Ansible Playbook for setting up a Django app with Nginx, Gunicorn, PostgreSQL, Celery, RabbitMQ, Supervisor, Virtualenv, and Memcached. A Vagrantfile for provisioning a VirtualBox virtual machine is included as well.
Ansible Playbook for setting up a Django app with Nginx, Gunicorn, PostgreSQL, Celery, RabbitMQ, Supervisor, Virtualenv, and Memcached. A Vagrantfile for provisioning a VirtualBox virtual machine is included as well. -
Books by Agiliq — Books by Agiliq documentation
-
Twitter
I will be co-mentoring w/ @micktwomey, a beginners #Django workshop on Sat Sep 8 in at @tbbsligo in Sligo. It's €10… -
Using Materialized Views to Implement Efficient Reports in Django
-
CSS – make it pretty · Django Girls Tutorial
-
Working with huge data sets in Django – Lab Digital
-
Django Login/Logout Tutorial - William S. Vincent
-
Ask HN: Why should I use Django? | Hacker News
-
Working with huge data sets in Django – Lab Digital
Last week in my Django work at Lab Digital, we've fixed several performance issues that plagued the website of a client. In this post we outline several optimisation techniques.