Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
fceruti/django-starter-project: Opinionated boilerplate for Django projects.
-
How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 18.04 | DigitalOcean
Django is a powerful web framework that can help you get your Python application or website off the ground. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure -
Setting up Django with Nginx, Gunicorn, virtualenv, supervisor and PostgreSQL - Michał Karzyński
Django is an efficient, versatile and dynamically evolving web application development framework. When Django initially gained popularity, the … -
Add a new payment gateway to Oscar - Google Groups
-
linkding
Self-hosted bookmark service. Contribute to sissbruecker/linkding development by creating an account on GitHub. -
Working with Redis in Python with Django
-
linkding - a simple bookmark service that you can host yourself (Django/Node.JS)
https://news.ycombinator.com/item?id=21872488 -
Test Driven Development of a Django RESTful API – Real Python
-
django-silk · PyPI
-
How to Add Database Modifications Beyond Migrations to Your Django Project - Adam Johnson
-
GitHub - sissbruecker/linkding: Self-hosted bookmark service
-
geex-arts/django-jet: Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo
Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo - geex-arts/django-jet -
Django tips for real life applications
https://news.ycombinator.com/item?id=21889885 -
Django and React Tutorial // 1 - Creating a Fullstack Application - YouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. -
Monadical Consulting | Database Integrity Principles for Safe Systems
-
Integrating Django and VueJs with Vue CLI 3 and Webpack Loader
-
GitHub - sissbruecker/linkding: Self-hosted bookmark service
Self-hosted bookmark service. Contribute to sissbruecker/linkding development by creating an account on GitHub. -
Chapter 1: Initial Set Up | Django For Beginners
This is a great intro. I especially like the comparison of Pipenv to npm/yarn. I’ve always just used virtualenv, but maybe it's time to make a change. -
hashids · PyPI
-
Doing Domain Driven Design with Django
-
sissbruecker/linkding: Self-hosted bookmark service
One user self hosted personal bookmarking site, in the vein of Delicious or Pinboard. Django on the front, SQLite on the back. -
linkding - a simple bookmark service that you can host yourself (Django/Node.JS)
https://news.ycombinator.com/item?id=21872488 -
How to Squash and Merge Django Migrations | coderbook
Django Migrations are one of the main features that keep me coming back to Django for most of the projects I work on. Being able... -
使用django开发微信小程序后端 - 简书
tips: 本文面向的对象是已经会使用django开发web后端的人员 微信小程序后端与普通web的区别 微信小程序的后端开发和普通的restful API 大致上相同,只不... -
python - Django uploads: Discard uploaded duplicates, use existing file (md5 based check) - Stack Overflow