Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
pydanny/cookiecutter-django: Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
-
First Steps with Celery — Celery 4.0.2 documentation
-
django-celery-email 1.1.5 : Python Package Index
django-celery-email -
Asynchronous Tasks with Django and Celery - Real Python
-
Accessing multiple postgres schemas from Django
-
Ask Vitor #2: How to dynamically filter ModelChoice's queryset in a ModelForm?
-
Model field reference | Django documentation | Django
Model Field Reference -
Up and Running with Celery and Django (also cron is evil) - Safari Blog
-
Improve Your Python: Python Classes and Object Oriented Programming
Jeff Knupp teaches object oriented programming in simple way this is the most understandable article that I read about OO ... -
urbana/install.md at master · ipostolaki/urbana
good ubuntu django install instructions -
Post not sending data properly · Issue #418 · mzabriskie/axios
The problem is that objects are serialized to JSON by default while you need to send the data in the `application/x-www-form-urlencoded' format. The easiest solution is to use a library like qs: var qs = require('qs'); axios.post('/foo', qs.stringify({ 'bar': 123 }); See this comment for details. Hope this helps! -
Traceback from a crash introduced by a recent Homebrew update when Python ctypes tries to load gdal
-
gdal: Symbol not found: _GEOSArea · Issue #5161 · Homebrew/homebrew-core
-
Code Monkey Song at DjancoCon EU 2010
We sang a djangoified version of Code Monkey song as an impromptu lightning talk performance. Had only about 10 minutes of time to rehearse this, but boy had we fun :D -
Misago Project Forums
Misago is fully featured internet forum software written in Python and JavaScript. -
How to Use PhantomJS for Generating Reports in Django | Applied Informatics
-
How to migrating the database engine for Django | Matthew Wittering
-
Deploying Django, Postgres, and Redis Containers To Kubernetes (Part 2) – Google Cloud Platform — Community – Medium
-
Deploying Django, Postgres,Redis Containers To Kubernetes – Google Cloud Platform — Community – Medium
-
Local Django on Kubernetes with Minikube – Google Cloud Platform — Community – Medium
-
Add AJAX interactivity to Django, without writing Javascript! | Peter Curet
-
is Amember compatible with Django python framework? | aMember Pro Forum
-
python django xmlrpc available? | aMember Pro Forum
-
The Book
"Test-Driven Web Development with Python" aims to teach TDD for web programming. It uses a concrete example -- the development of a website, from scratch -- to explain the TDD metholology and how it applies to building web applications. It covers the Selenium browser-automation tool, unit testing, mocking, and interacting with Web technologies from the basics of static content, database integration, throught the inescapable JavaScript, and onto more advanced (and trendy) topics like NoSQL, websockets and Async programming. -
Class-Based Views vs. Function-Based Views