Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Ultimate Django Reference (commands, deployment, rest api) - DEV
-
Django Hosting & Deployment Options | LearnDjango.com
-
GitHub - pplonski/my_ml_service: My Machine Learning Web Service
-
Show HN: Build Machine Learning Web-Service with Python and Django | Hacker News
It really depends. For sure there are models which should be processed in the background. It is a very basic tutorial that shows how simple ML models can be used as REST API. In the tutorial I was using Random Forest trained on UCI Adult Income data set. The final model was small, and computing predictions was fast. -
SteinOveHelset/oinkoink
-
healthchecks/healthchecks: A Cron Monitoring Tool written in Python & Django
-
Django Takeoff - Quick Guide to Learning Django 3 Web Development [pdf]
https://old.reddit.com/r/Python/comments/ilim1c/i_learned_python_almost_two_years_ago_recently_i/ -
Learn Wagtail From Scratch - LearnWagtail.com
-
Bjoern Django Final
-
AWS Boilerplate | Hacker News
-
Twitter
RT @heyJTK: I can finally say why I’m celebrating. I’m joining Red Hat as a backend Senior Software Engineer working remotely, with #Python #Django and #PostgreSQL 🥳🤩👩💻 #RedHat #WomenInSTEM #WomenInTech -
Async Views in Django 3.1 | TestDriven.io
This post looks at how to get started with Django's new asynchronous views. -
Django Views — The Right Way
-
Longclaw · E-commerce extension for Wagtail CMS
-
Introduction to SQLAlchemy ORM for Django Developers – apirobot
-
djangosnippets: Prefetch generic relations
-
Reduce the number of queries on generic relations by fgmacedo · Pull Request #19 · v1k45/django-notify-x
Prefetching generic relations -
Starting a Django Project – Real Python
-
Deploying a Production-ready Django app on AWS - DEV
-
How To Use Dynamic Subdomains In Django | by Kalpit | Crowdbotics | Medium
-
celery/django-celery-beat: Celery Periodic Tasks backed by the Django ORM
-
Django select_related and prefetch_related | by Goutom Roy | Better Programming | Medium
-
Integrating React into Django. React and Django do not seem like they… | by Jamie Weatherby | G Adventures Technology
-
SteelKiwi | Web & Mobile software development company
-
WhiteNoise — WhiteNoise 5.2.0 documentation
With a couple of lines of config WhiteNoise allows your web app to serve its own static files, making it a self-contained unit that can be deployed anywhere without relying on nginx, Amazon S3 or any other external service. (Especially useful on Heroku, OpenShift and other PaaS providers.)