Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Deploying a Django App with No Downtime — Medium
-
Teardown: Refactoring Search from Django App to Microservice - Safari Blog
-
Heroku Under The Hood - Django Under The Hood 2015 // Speaker Deck
-
Opbeat
-
Teardown: Refactoring Search from Django App to Microservice - Safari Blog
-
A lightweight collection of JSON helpers for Django
A lightweight collection of JSON helpers for Django -
EuroPython 2014 - Session: log everything with logstash and elasticsearch
-
Twisted + Django = hendrix, get it? A python web server focused on async and offbeat network traffic.
Twisted + Django = hendrix, get it? A python web server focused on async and offbeat network traffic. -
[Django-users] Validation of generic relation from a GenericInlineModelAdmin - Grokbase
-
Django under the hood: keynote - Russell Keith-Magee - Reinout van Rees
The #django keynote by @freakboy3742 at #duth: -
Taiga.Io | Agile, Open Source, Free Project Management System
Open Source. Powerful. Taiga is a project management platform for startups and agile developers & designers who want a simple, beautiful tool that makes work truly enjoyable -
Taiga.Io | Agile, Open Source, Free Project Management System
-
Obey the Testing Goat!
-
How To Install and Configure Django with Postgres, Nginx, and Gunicorn | DigitalOcean
-
Django CentOS 6.4 noobs installation instructions.
-
steelkiwi/django-skd-smoke
This package is intended for simplification of smoke tests creation -
MELPA on Twitter: "django-manage (20151017.1146) --- Django minor mode for commanding manage.py http://t.co/eYHSuZEe7J"
RT @pygopar: Made a #django package for #emacs. Let's you control 'manage.py'. -
#9327 (Apache MultiViews, mod_python, and certain URLs result in a 500 error) – Django
If Apache is configured with mod_negotiation and MultiViews on, a URL like /index may be automatically rewritten to /index.html. In the course of this internal URL rewrite, the SetEnv DJANGO_SETTINGS_MODULE directive in a Django/mod_python VirtualHost appears to be called twice, resulting in a duplicate entry in the mod_python req.subprocess_env table, which is a dict-like object but apparently supports multi-values. This duplicate entry causes a 500 error when Django's ModPythonHandler attempts to do os.environ.update(req.subprocess_env) , with the following traceback in the Apache log: File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1537, in HandlerDispatch default=default_handler, arg=req, silent=hlist.silent) File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1229, in _process_target result = _execute_target(config, req, object, arg) File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1128, in _execute_target result = object(arg) File "/var/www/meyer/lib/py/django/core/handlers/modpython.py", line 226, in handler return ModPythonHandler()(req) File "/var/www/meyer/lib/py/django/core/handlers/modpython.py", line 181, in __call__ os.environ.update(req.subprocess_env) File "/usr/lib/python2.5/os.py", line 488, in update self[k] = dict[k] File "/usr/lib/python2.5/os.py", line 473, in __setitem__ putenv(key, item) TypeError: putenv() argument 2 must be string, not list (The double-calling of SetEnv resulting in duplicate entries in subprocess_env is possibly a bug in Apache/mod_python. In any case it doesn't make much sense to use MultiViews on an Apache instance serving Django. Nonetheless, since subprocess_env is a data structure that supports multi-values, and multi-values can occur … -
How to reset migrations in Django 1.7? - Stack Overflow
./manage.py migrate --fake zero -
Upstream Caching: A Django Developer Crash Course
Caching is a fancy word for being lazy or, more accurately, letting your servers be lazy. The concept is that ... -
2014 — Django Development Mistakes in 2014 — Computer Science, Math, and Statistics — Medium
-
Deploying a Django App with No Downtime — Medium
-
The Falcon Web Framework — Falcon 0.3.0 documentation
micro framework in python, highly efficient requests, performant -
趣味プログラミングの勧め:仕事しながら1週間で作ったサービスを紹介してみる - 今日学んだこと
-
Blog – Robert Newman Consulting