Django community: Django links RSS
This page, updated regularly, aggregates Django links from the Django community.
-
How to Extend Django User Model
The Django’s built-in authentication system is great. For the most part we can use it out-of-the-box, saving a lot of ... -
healthchecks.io - Monitor Cron Jobs. Get Notified When Your Cron Jobs Fail
Make a HTTP GET request to this address from your cron job, daemon, script or long running task. When this address is not requested for a set time period, you will get alerted. Below are snippets that are ready to be copy/pasted into your own scripts. -
The Changelog #229: Python, Django, and Channels with Andrew Godwin | Changelog
-
基于 Django 与Celery 实现异步队列任务
-
foxmask/django-th: Trigger Happy - take the control of your data with this opensource clone of IFTTT, a bridge between your internet services
Trigger Happy - take the control of your data with this opensource clone of IFTTT, a bridge between your internet services https://trigger-happy.eu/ -
DevFreeBooks
A collection of free books for developers -
Blog | Machinalis
3 methods for adding watermarks with Pillow / Python and how to integrate those into Django -
python - Django REST Framework Creating custom user - Stack Overflow
-
python - How can one customize Django Rest Framework serializers output? - Stack Overflow
-
Django Rest Framework make OnetoOne relation ship feel like it is one model - Stack Overflow
-
WoHinDu/django-heroku-skeleton: A modern Django 1.10+ skeleton. Works perfectly with Heroku.
-
Controlling uncertainty on web applications and APIs
How can we make sure that our applications and APIs are robust enough to handle these situations? What can we do to test theories regarding these transient difficulties in infrastructure without access to the real environments? -
Daphne tab by Django Reinhardt | Soundslice
-
Deploying a Django App with No Downtime
to reach five 9s of availability what is needed is planning, and automated deploying -
sunscrapers/djoser: REST implementation of Django authentication system.
-
Django, fast: part 1
-
Nginx に uWSGI + Django アプリ を組み込む | SaintSouth.NET
-
User authentication and management with DRF server + AngularJS SPA client. : django
-
Django, fast: part 1
-
Ask HN: Why should I use Django? | Hacker News
-
Django - Full Stack Python
Resource list -
rogueleaderr/definitive_guide_to_django_deployment: A guide to best practices in production Django deployment, plus a set of Chef scripts to create a solid configuration.
By the end of this guide, you should be have a simple but stable actually deployed Django website accessible at a public URL. So anyone in the world will be able to visit "www.yourapp.com" and see a page that says "Hello World!" You'll go through the following steps: Setting up a host server for your webserver and your database. Installing and configuring the services your site will need. Automating deployment of your code. Learning what to do when things go wrong Next time: Going beyond the basics with caching, monitoring etc. Updated August 9th, 2015 to use Django 1.8. -
Roberto Rosario / awesome-django · GitLab
A curated list of awesome Django apps, projects and resources. Inspired by and based on awesome-python. -
yudazilian/SocialAuthDjangoTutorial
A simple example for beginners to implement social authentication in their Django Projects. In this tutorial, we will teach you how to sign up/in with facebook, twitter and Google with your web applications. After we finish the basic sign in mechanisms in those three platforms, the next step is to learn how to get users' profile image from social networks as their profile image in our web services. -
How to Tango with… by Leif Azzopardi et al. [PDF/iPad/Kindle]
Leif Azzopardi and David Maxwell Tango with Django is a beginner's guide to web development using the Python programming language and the popular Django framework 1.9 (also compatible with 1.10). The book teaches you the basics through a step-by-step guide, and is written in a clear, friendly way. Along the way we provide a series of exercises to test your learning and provide...