Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
beautifulopen.com
-
beautifulopen.com
-
Django vs Flask
Django and Flask: Why and When To Use Which -
Integrating related Django admins | ldlework.com
-
Integrating related Django admins | ldlework.com
-
Adam’s Tech Blog
-
djangosnippets: Simple Signal to denormalize vote counts in django-voting
This attaches a signal to the save and delete signals for the Vote object and recalculates the score for the object and stores it in that object's vote_score attribute. This allows you to have a list of those objects and not have to calculate in the database the vote score for each object. -
schinckel / django-biometrics — Bitbucket
-
schinckel / django-biometrics — Bitbucket
-
django-nocaptcha-recaptcha/README.md at master · ImaginaryLandscape/django-nocaptcha-recaptcha · GitHub
-
django-nocaptcha-recaptcha/README.md at master · ImaginaryLandscape/django-nocaptcha-recaptcha · GitHub
-
Installation — ImageKit 3.2.4 documentation
-
python - What method attributes are used in Django? - Stack Overflow
-
python - Display tick and cross icons for a property in the Django administration console - Stack Overflow
-
Coup d’œil sur Django | Django documentation | Django
-
Coup d’œil sur Django | Django documentation | Django
-
Generic views - Django REST framework
Save and deletion hooks: The following methods are provided by the mixin classes, and provide easy overriding of the object save or deletion behavior. perform_create(self, serializer) - Called by CreateModelMixin when saving a new object instance. perform_update(self, serializer) - Called by UpdateModelMixin when saving an existing object instance. perform_destroy(self, instance) - Called by DestroyModelMixin when deleting an object instance. These hooks are particularly useful for setting attributes that are implicit in the request, but are not part of the request data. For instance, you might set an attribute on the object based on the request user, or based on a URL keyword argument. def perform_create(self, serializer): serializer.save(user=self.request.user) -
djangogirls.org
-
djangogirls.org
-
Welcome to django-libs’s documentation! — django-libs 0.1 documentation
django-libs provides useful tools and helpers that can be used in almost all Django applications. By putting all these into one central package we hope to ease our maintenance work across multiple Django projects and to reduce tedious (and erroneous) copy and paste orgies. -
martinbrochhaus.com
-
Setup Ubuntu 14.04 for Django Development
-
www.djangojobs.org
-
www.djangojobs.org
-
www.djangojobs.org