Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Understand Group by in Django with SQL | Haki Benita
-
Building an Analytics Dashboard with Django
-
Morioh - Connecting with Programmers and Developers all over the World
Morioh is the place to create a Great Personal Brand, connect with Developers around the World and Grow your Career! -
Full text search with django and postgres
-
Understand Group by in Django with SQL | Haki Benita
-
How I'm testing in 2020
-
(23) Python Django Crash Course - YouTube
-
Building my own Screenshot-as-a Service with Docker, Django, and Selenium
tldr; There are no shortage of API or services for getting website screenshots. However, this is a good experiment to explore what it takes to make high-fidelity screenshots. Let me be clear--this is largely a "solved problem" as demonstrated by multiple companies in the space (see appendix). There are even some open-source projects solving pieces of it at a time.This distraction satisfies a years-long curiosity I have had about making website screenshots in an automated way.That said, here it is: TRY IT!! screenshot.simplecto.com tldr part2; Show me the code!Ok, you pushy bastards. The whole Django project is here:simplecto/screenshotsSimple Screenshots as a Service (Django, Selenium) - simplecto/screenshotssimplectoGitHubSome thoughts and guiding principles of this projectSimplicity (hah, I know there are Yaks that need shaving), meaning no CI/CD, no Kubernetes, deploy to prod right from dev machine, and other "sins."How does execution look when I am not at all concerned with scale of any kind?Optimize only for developer productivity?Slow your roll and document things (check that README.md, yo)Challenge old truths like, "storing images in the database is bad" and "using a database as a queue is bad."How far can we push cheap, commodity VMs at a place like Scaleway?How far can this single … -
Understand Group by in Django with SQL | Haki Benita
-
Dockerizing a Python Django Web Application - Semaphore Tutorial
-
Docker, Django, Traefik, and IntercoolerJS is My Go-To Stack for Building a SaaS in 2020
-
awesome-wagtail: A curated list of awesome packages, articles, and other cool resources from the Wagtail community.
A curated list of awesome packages, articles, and other cool resources from the Wagtail community. -
tOkeshu/activitypub-example: An ActivityPub server implementation example
-
django - RuntimeWarning: DateTimeField received a naive datetime - Stack Overflow
-
HackSoftware/Django-Styleguide: Django styleguide used in HackSoft projects
HackSoftware -
Django is My Go-to Application Framework for 2020
https://old.reddit.com/r/Python/comments/f1u19t/django_is_my_goto_application_framework_for_2020/ -
ixc/wagtail-instance-selector: A widget for Wagtail's admin that allows you to create and select related items
A widget for Wagtail's admin that allows you to create and select related items. -
Faster, Easier, Better: Why Python is the Best Programming Language for a Startup
https://old.reddit.com/r/Python/comments/f26rur/faster_easier_better_why_python_is_the_best/ -
Configuring uWSGI for Production Deployment | Tech At Bloomberg
-
Getting Started with django CMS - YouTube
-
Understand Group by in Django with SQL | Haki Benita
-
Django is My Go-to Application Framework for 2020
-
How I'm testing in 2020
-
Django Crash Course: Covers Python 3.8 and Django 3.x - Alpha Version – Roy Greenfeld, Inc.
We're happy to announce the alpha version of Crash Course Django! The Django Crash Course book is a guided walkthrough where we build a real, production-quality Django web application from the ground up. Originally a large part of our corporate training materials, this tutorial was once only available to companies paying $3000 a seat for in-person training. The contents of this book are professional-grade and have been used by real software companies to get their engineers up and run... -
Django 3 Tutorial & CRUD Example with MySQL and Bootstrap | Techiediaries