Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Python and Django tutorial in Visual Studio Code
Python Django tutorial demonstrating IntelliSense, code navigation, and debugging for both code and templates in Visual Studio Code, the best Python IDE. -
Frustrated with Django deployment? You don't need to be.
-
GNU Mailman / HyperKitty · GitLab
A web interface to access GNU Mailman v3 archives. -
Deploying Django to Heroku With Docker | TestDriven.io
-
Django + MSSQL in Docker
How to setup Django to use MSSQL database in and out of Docker. -
Deni Bertovic :: Celery - Best Practices
-
Celery Scheduler (Part 2): Managing Celery with Supervisor
-
Celery 4 Periodic Task in Django - Yehan Djoe - Medium
-
Videos for Wagtail CMS, including transcoding
-
Django: An Unofficial Opinionated FAQ - Kristian Glass - Do I Smell Burning?
via https://twitter.com/_tomchristie/status/1105564794747305985 I can't believe I didn't bookmark this before. That was hard to find again. -
GitHub - evansd/whitenoise: Radically simplified static file serving for Python web apps
dueyfinster starred evansd/whitenoise -
Heroku Chatbot with Celery, WebSockets, and Redis. – ITNEXT
-
Single-file Python/Django Deployments | Lincoln Loop
-
Handling overlapping values - Schinckel.net
One of the things that I enjoy most about Postgres are the rich types. Using these types can help reduce the amount of validation that the application needs to do. Take for instance anything which contains a start date and a finish date. If you model this using two fields, then you also need to include validation about start <= finish (or perhaps start < finish, depending upon your requirements). If you use a date range instead, then the database will do this validation for you. It is not possible to create a range value that is “backwards”. Sure, you’ll also need to do application-level (and probably client-side) validation, but there is something nice about having a reliable database that ensures you cannot possibly have invalid data. -
How to Install Django on Windows/IIS: A Tutorial | Toptal
-
Deploying web.py on IIS7 via PyISAPIe (web.py)
-
FireDaemon | Create Run Control Any Application As A Windows Service
In the past I have "cooked" CherryPy into a Windows Service with the help of this tool. -
도커(Docker) 컴포즈를 활용하여 완벽한 개발 환경 구성하기
개발 환경을 구축하기란 그리 쉬운 일이 아닙니다. 문서화를 해두어도 누군가 계속 신경쓰지 않으면 내용이 낡기 마련이고, 계속 신경 쓰자니 이 또한 쉽지 않죠. 어떻게 하면 손쉽게 개발 환경을 구성하고, 곧바로 개발 과정에 들어갈 수 있을까요? 이 글에서는 도커를 사용하여 개발 환경 구성을 손쉽게 해결하는 방법을 알아보겠습니다. -
The Flask Mega-Tutorial Part XXII: Background Jobs - miguelgrinberg.com
miguelgrinberg.com -
Scheduling Tasks in Django with the Advanced Python Scheduler
-
Testing Django and DRF With Pytest · Andrés Álvarez
-
Django Filtering A Blog Based on Tags - Stack Overflow
-
Django Rest Framework with React Tutorial - William Vincent
Learn how to build a Django backend API that integrates with a React frontend. -
Welcome! | Haki Benita
-
How to Turn Django Admin Into a Lightweight Dashboard | Haki Benita