Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
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... -
How to replace a Django model field with a property - Stavros' Stuff
overriding django db field -
How to setup SSL on a local django server to test a facebook app? - Stack Overflow
-
RunServerPlus — django-extensions 1.7.4 documentation
-
Django Rest Framework - an Introduction
In this tutorial, we'll develop a RESTful API with the Django Rest Framework. -
Tango With Django
-
Building Web Applications with Django and AngularJS
Learn how to use AngularJS and Django to build a simplified Google+ clone called "Not Google Plus".