Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
GitHub - originalankur/awesome-django-admin: Curated List of Awesome Django Admin Panel Articles, Libraries/Packages, Books, Themes, Videos, Resources.
RT @getpy: Just started a new curated list of Django Admin resources aptly named "Awesome Django Admin" #python #django #admin -
Don't keep important data in your Celery queue | Caktus Group
-
KristianOellegaard/django-health-check: a pluggable app that runs a full check on the deployment, using a number of plugins to check e.g. database, queue server, celery processes, etc.
Django health check page that would include backends -
[PyCon Italy 2014] M. Paolini - Django meets asyncio - YouTube
-
Asyncio Views With Django
-
[CPyUG] [OT] 关于机器环境依赖同步的方案选择 - Google Groups
yegle: Sorry纠正一下,Google 厂里的做法是:打一个相对来说变动不频繁的runtime包,包含了Glibc/Python等,然后所有其他的依赖关系各个应用自己自带。也就是说线上如果有两个应用依赖Django,其中Django的代码是duplicate的,并不共享。 -
Django是不是没有办法做真正的连接池? - Google Groups
uwsgi相当于一个守护,执行完并不会退出,可以继续处理下一个请求。和cgi的方式是不同的。所以不会每次都重新导入model, view之类的。更新代码是要重启uwsgi的。 -
Django运行方式及处理流程总结(xianglong.me) - WuXianglong - SegmentFault
-
2015年出现的十大流行Django库| 编程派 | Coding Python
-
Organice/django-organice: All-in-one collaboration solution. For non-profit organizations, sports clubs, small to medium-sized businesses. Nice, very nice,
-
Django: Stop Writing Settings files — bruno.im
-
Django Channels: Using Custom Channels · Abu Ashraf Masnun
-
Getting Started With Django | Python | Google Cloud Platform
-
GitHub - mattmakai/underwear: Dead simple LAMP-stack deployments for Python-powered web applications.
-
Ansible Playbook for a Django Stack (Nginx, Gunicorn, PostgreSQL, Memcached, Virtualenv, Supervisor) | Calazan.com
-
Setting up Django with Nginx, Gunicorn, virtualenv, supervisor and PostgreSQL - Michał Karzyński
-
How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 16.04 | DigitalOcean
How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 16.04 -
versioned api with the same resource class - Google Groups
-
Optimizing the construction of Django QuerySets · Adam Johnson's Blog
-
Bullet Proofing Django Models
We recently added a bank account like functionality into one of our products. During the development we encountered some textbook problems and I thought it can be a good opportunity to go over some… -
用 django 撸了一个校园交友网站 - V2EX
社交网站方面的 app : django-activity-stream,用来做用户动态动能。 django-notification ,用来处理通知消息, django-allauth ,用来做用户系统,第三方登录等, django-crispy-form ,用来处理表单(如果你用的 django 模板系统的话), django-model-utils ,增强 django 的 model ,让 model 设计变得更简单。 django-brace , django-extra-view :提供更加丰富的 class-based-view ,减少自己的代码量。 django-bootstrap-pagination==1.6.2 分页 django-haystack==2.5.0 搜索 django-imagekit==3.3 头像处理 django-bleach==0.3.0 python-slugify==1.2.1 slug 处理 -
How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 16.04
In this guide, we will demonstrate how to install and configure some components on Ubuntu 16.04 to support and serve ... -
GETTING STARTED WITH PYTEST
Pytest is my preferred Python testing library. It makes simple tests incredibly easy to write, and is full of advanced ... -
Finally, Real-Time Django Is Here: Get Started with Django Channels | Heroku
-
Fast as Fuck Django, Part 1: Using a Profiler - Gun.io