Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Franchising: Running Multiple Sites from one Django Codebase « Huy Nguyen
-
Franchising: Running Multiple Sites from one Django Codebase « Huy Nguyen
-
Une autre façon de gérer ses settings d'application Django | Code | Nicolas Perriault
-
Une autre façon de gérer ses settings d'application Django | Code | Nicolas Perriault
-
Webcast: Outside-in TDD and Unit Test Isolation with Python, Django and Selenium
-
Django: Under the Hood
-
Django: Under the Hood
-
Writing your first Django app, part 3 | Django documentation | Django
-
Writing your first Django app, part 3 | Django documentation | Django
-
Untitled (http://www.amazon.com/gp/product/149194594X/ref=as_li_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=149194594X&linkCode=as2&tag=pythonweekly-20&linkId=SJEYGMWXQM325BNC&utm_content=buffer2774a&utm_medium=social&utm_source=twitter.com&utm_camp
Lightweight Django #django #python -
Documenter une appli Django
J'ai parlé de Documentation Driven Development l'autre jour. Cela dit, si tout le monde est d'accord pour dire qu'une bonne doc est important, personne ne nous dit jamais ce qu'est vraiment une « bonne » doc. Du coup, on se retrouve souvent avec des docs pourries et donc des logiciels difficiles / pénibles à utiliser. Voyons donc comment documenter correctement une application Django (ou n'importe quel projet Python, hein, c'est juste pour l'exemple concret et mon référencement). Cas d'école avec une application Django Mon pet project envoie des sms. Ayant déjà rencontré un besoin similaire, j'avais écrit django-nexmo, une application qui utilisait le provider Nexmo.com pour envoyer des sms depuis un projet Django. Cool ! Ledit code étant obsolète et nécessitant de gros refactorings, j'ai décidé de repartir sur du neuf, parce c'est un projet personnel et que je ne suis pas là pour m'e**der. Sachant que le besoin n'est pas « envoyer des sms avec Nexmo » mais simplement « envoyer des sms », j'ai décidé d'écrire django-simple-sms, une appli qui envoie du bois et… des sms, et reste agnostique sur le provider utilisé en bout de ligne. Pour m'amuser, j'ai essayé d'écrire intégralement la documentation avant de me lancer dans le code. Les pythonistas ont … -
OAuth Authentication with Flask - miguelgrinberg.com
-
Multi-Object-Edit With Django FormSets — Christian Kaula. I make stuff simple.
-
Django class-based views with multiple inline formsets
-
Haystack - Search for Django
earch doesn't have to be hard. Haystack lets you write your search code once and choose the search engine you want it to run on. With a familiar API that should make any Djangonaut feel right at home and an architecture that allows you to swap things in and out as you need to, it's how search ought to be. -
www.codepool.biz
-
www.codepool.biz
-
django-configurations — django-configurations dev documentation
-
Using Django ListView with custom query - Stack Overflow
-
Using Django ListView with custom query - Stack Overflow
-
Managers | Django documentation | Django
If you use custom Manager objects, take note that the first Manager Django encounters (in the order in which they’re defined in the model) has a special status. Django interprets the first Manager defined in a class as the “default” Manager, and several parts of Django (including dumpdata) will use that Manager exclusively for that model. As a result, it’s a good idea to be careful in your choice of default manager in order to avoid a situation where overriding get_queryset() results in an inability to retrieve objects you’d like to work with. -
Let's Talk about Templates // Speaker Deck
-
Let's Talk about Templates // Speaker Deck
-
Oscar — django-oscar 1.0 documentation
-
Oscar — django-oscar 1.0 documentation