Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
How the fuck do I set up Django, Django REST Framework, ReactJS and Browserify?
-
Filtering on annotations in Django
-
Use different Serializers in the same ModelViewSet
Use the `get_serializer_class` method. -
bigjason/django-choices: Sanity to the django choices functionality.
-
Email authentication backend for Django
-
Django migration strategy for renaming a model and relationship fields - Stack Overflow
-
Django Pluggables • Find reusable applications for your Django project, quickly ...
One of Django’s great strengths lie in its abundant library of 3rd party “pluggable” Need a blog? Grab a few pluggable apps to get you off your feet. The only problem is… they’re so hard to find and keep track of. That’s what we’re here for. We do the work of making sure you’re keeping your pluggables up-to-date. -
Security advisory: strip_tags safety | Weblog | Django
We've received a report that the django.utils.html.strip_tags function (and also the related striptags template filter) did not correctly strip some obfuscated tags. This particular issue has been resolved in future releases of Django 1.6 and 1.7. While investigating this issue, we found that the documentation for strip_tags does mention that the result may still contain unsafe HTML content, and its result cannot be considered safe, but that this limitation should be stressed more strongly. -
How I Scaled Breakup Notifier
I automate as much of what I do as I possibly can. I do this to keep my development process very fast. It means that I can get a small prototype of an idea together in a small fraction of the time that it would take were I to build everything from scratch. Additionally I have a small store of idioms in my head to take things to an MVP-level very quickly. -
Python 40 Interview Questions
Good collection of python interview questions -
Integrating Pandas, Django REST Framework and Bokeh | Open Data Science
-
How to test Django Signals like a pro
-
Model Mommy: Smart fixtures for better tests — Model Mommy 1.2.1 documentation
-
audiolion/django-behaviors: Easily integrate common behaviors for Django models, e.g. Timestamps, Publishing, Authoring, Editing and more.
-
Reconciling Django Templates with React Components
-
Introduction · Django Girls Tutorial
-
django-behaviors
> Easily integrate common behaviors for Django models, e.g. Timestamps, Publishing, Authoring, Editing and more. -
Modern Django - Preface – Medium
-
Modern Django - Preface – Medium
-
Configuring and Running Django + Celery in Docker Containers
-
audiolion/django-behaviors: Easily integrate common behaviors for Django models, e.g. Timestamps, Publishing, Authoring, Editing and more.
django-behaviors - Easily integrate common behaviors for Django models, e.g. Timestamps, Publishing, Authoring, Editing and more. -
MicroPyramid/django-blog-it: django blog - complete customization and ready to use with one click installer
-
A Few Django ORM Mistakes
Some code snippets with mistakes. Can you spot them? -
IMPYTHONIST – An Intelligent twist of Python and Math
-
Build a REST API with Django – A Test Driven Approach: Part 1 | Scotch