Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Orchestra
-
python - Nginx + uWSGI + Django performance stuck on 100rq/s - Server Fault
-
Awesome Python
A curated list of awesome Python frameworks, libraries and software -
Suor/django-cacheops
A slick ORM cache with automatic granular event-driven invalidation. -
Django 源码小剖: Django 对象关系映射(ORM)文件组织结构
引 从前面已经知道, 一个 request 的到来和一个对应 response 的返回的流程, 数据处理和数据库离不开. 我们也经常在 views.py 的函数定义中与数据库打交道. django ORM 源代码组织结构 对于数据库, django 有自己的一套 ORM(对象关系映射), -
Aggregation | Django documentation | Django
-
Ready to use Structure for Django Tests + Examples (Pt. 1) · Analyst 18
-
Making Django Really, Really, Ridiculously Secure
-
Optimized script for nginx and uwsgi on ubuntu 12.04 by rochacbruno · Pull Request #35 · web2py/web2py
Use unix socket instead of tcp set the app to start the master process - it is useful for monitoring with uwsgitop and also for no-orphans set the processes to 4 (but this depends on the installed machine, for web2py 4 is the minimum) harakiri 60 - Every request that will take longer than the seconds specified in the harakiri timeout will be dropped and the corresponding worker recycled. set the maximum amount of seconds to wait for a worker death during a graceful reload cpu-affinity - http://lists.unbit.it/pipermail/uwsgi/2011-March/001594.html Stats - output the stats on tmp so you can use $uwsgitop /tmp/stats.socket to monitoring the workers THE MOST IMPORTANT FOR WEB2PY reload-mercy - set the maximum amount of seconds to wait for a worker death during a graceful reload limit-as limit the address space usage of each uWSGI process using POSIX/UNIX setrlimit() max-requests 2000 - set the maximum number of requests for each worker. When a worker reaches this number it will get recycled. You can use this option to dumb fight memory leaks (even if reload-on-as and reload-on-rss are more useful for this kind of problem) reload-on-as recycle a workers when its address space usage is over the limit specified … -
jquery - Django ORM problems with AJAX - Stack Overflow
-
Django Content Management System | Wagtail CMS
-
Roberto Rosario / awesome-django | GitLab
-
Roberto Rosario / awesome-django | GitLab
-
Zulip
-
zulip
- Zulip server -
Roberto Rosario / awesome-django | GitLab
-
Avoiding SQL Antipatterns using Django (and Postgres) - Schinckel.net
-
Two Scoops Academy
-
Django Screencasts and Tutorials - GoDjango.com
-
Zulip
-
Example – uWSGI
-
Zulip
Powerful open source group chat -
Python Weekly - Issue 210
RT @PythonWeekly: Python Weekly - Issue 210 #python #django #testing #ipython #opencv #numpy #hylang #pandas #neural #network #sqlite -
Getting Started Scheduling Tasks with Celery | Caktus Group
-
Fun with Django's New Postgres Features - Real Python