Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
What are the main differences between Mezzanine and Django CMS? - Quora
-
One page websites with Django CMS — Medium
-
GitHub - abrookins/streaming_django: An explanation of how Django's streaming HTTP responses work
Writeup, with code, of my short talk last night at @pdxpython about Django's StreamingHttpResponse class: #django -
Python agent and Heroku | New Relic Documentation
-
Postgres VIEW meet Django Model - Schinckel.net
-
Django Current: uWSGI Basic Django Setup
-
Architecting with Channels // Speaker Deck
Andrew Godwin slides from DjangoCon 2016 -
Django for IoT: From hackathon to production (DjangoCon US)
Talk slides. Useful content. -
DjangoCon 2016: Day 1 Recap — Medium
-
Django Trees via Closure View - Schinckel.net
-
vfaronov/httpolice: Lint for HTTP
-
Django Channels and Celery Example - Vincent Zhang
-
worthwhile/django-herald
Django messaging library for separating content from transmission method -
SQLAlchemy and You | Armin Ronacher's Thoughts and Writings
This also is the reason why many people find SQLAlchemy's documentation overwhelming. Not only does the documentation guide you through the different levels of SQLAlchemy but also shows all the different ways you can configure SQLAlchemy and the ORM. -
Django Unit Testing with Mocks - NeverFriday Software Expertise
-
Tools for profiling your Python / Django project | I failed the Turing Test
-
css - Django-Bower + Foundation 5 + SASS, How to configure? - Stack Overflow
-
Clarify project status and django support · Issue #391 · celery/django-celery · GitHub
-
26.5. unittest.mock — mock object library — Python 3.5.2 documentation
Caution If you use this technique you must ensure that the patching is “undone” by calling stop. This can be fiddlier than you might think, because if an exception is raised in the setUp then tearDown is not called. Fixing issue where 100 unit tests started failing because of minor changes to a module. Turns out setUpClass still gets run even when a test class is skipped. And it was started up this global patch and erroring out before it could stop it. Search Terms: InterfaceError: connection already closed patch affecting all unit tests -
A high availability Django setup on the cheap - Roland van Laar
-
High-Availability Django
https://2016.djangocon.us/schedule/presentation/50/ -
Announcing NetBox - PacketLife.net
NetBox is a web application for IPAM and DCIM. Its target audience comprises network engineers, data center techs, and systems administrators. NetBox is written in Python, utilizing the Django framework and a PostgreSQL database. Similar applications include: * RackTables * NIPAP * phpIPAM * NOC Project * Device42 NetBox was developed to provide features not found in these tools, with several guiding tenets in mind. https://github.com/digitalocean/netbox https://www.reddit.com/r/homelab/comments/4qmak8/netbox_new_freeopen_source_ipam_solution/?st=ir4vtpi9&sh;=d6499a5a -
jonasundderwolf/django-image-cropping: Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
django-image-cropping is perfect when you need images with a specific size for your templates but want your users or editors to upload images of any dimension. It presents a selection with a fixed aspect ratio so your users can't break the layout with oddly-sized images. The original images are kept intact and only get cropped when they are displayed. Large images are presented in a small format, so even very big images can easily be cropped. The necessary fields, widgets and a template tag for displaying the cropped image in your templates are provided. -
Django vs Flask vs Pyramid: Choosing a Python Web Framework
-
tuanquanghpvn/brs: Books Review System