Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
jsocol/bleach
-
Welcome to Mastering Django - Mastering Django
We have a pretty simple mission at Mastering Django: Provide the best resources and training for programmers wanting to become Django professionals; and Work with employers to ensure our training provides them with a pool of programmers with validated and usable skills. -
Servir des images efficacement avec Django et Nginx
Tripodocus est un site entièrement réalisé en Django sur lequel je publie quelques photos. La plupart des images sont publiques, d'autres sont privées et uniquement accessibles aux personnes autorisées. Django génère aussi des thumbnails pour chaque photo. J'ai passé pas mal de temps à travailler sur la manière dont les images sont servies à mes (encore bien rares) visiteurs. J'utilise les outils fournis par Django et Nginx pour proposer des urls cohérentes et des performances optimales. Voici un tutoriel (qui présuppose que vous connaissez un minimum Django) sur ma recette pour servir des images avec Django et Nginx. Définition des ressources et URLs En accord avec les principes énoncés dans le livre « RESTful Web Services », notre première étape sera de définir nos ressources et leur associer des urls. Sur Tripodocus, j'uploade des photos. Il faut évidemment que cette photo puisse être accessible pour le visiteur. Je vais donc l'intégrer dans une belle page Web avec un titre, une légende plus ou moins pertinente, des méta-données, etc. Ressource 1 : la page Web qui affiche la photo. Évidemment, il faut bien que le fichier de ladite photo soit visible. Ressource 2 : le fichier de la photo. Enfin, pour de meilleures performances, je … -
Saleor — an open source storefront written in Python
-
johnboxall/django-ab
-
metamon/README.md at master · tryolabs/metamon
cUses Ansible to create vagrant development env for django -
Django Packages : Analytics
-
Hosted Sentry Documentation
-
daks / django-userthemes — Bitbucket
-
Django Packages : Skin/Theme Tools (creating a template hierarchy)
-
gmcquillan/django-finial
-
How to serve multiple domains from within a single Django project
Within this article we will be showing you the necessary steps required to serve multiple domains from within a single ... -
The Pronunciation of Django | jtauber | ThoughtStreams
-
brack3t/Djrill
Djrill is an email backend and new message class for Django users that want to take advantage of the Mandrill transactional email service from MailChimp. -
Design philosophies | Django documentation | Django
-
The Twelve-Factor App
-
DjangoCon US 2015
> DjangoCon US is a community conference for the community by the community, held each year in North America, about the Django web framework. -
Welcome to Mastering Django - Mastering Django
-
http://wagtail.io
-
Welcome to Mastering Django - Mastering Django
We have a pretty simple mission at Mastering Django: Provide the best resources and training for programmers wanting to become Django professionals; and Work with employers to ensure our training provides them with a pool of programmers with validated and usable skills. -
Simplifying Django - O'Reilly Radar
-
Deni Bertovic: CELERY - BEST PRACTICES
While working on some projects that used Celery for a task queue I've gathered a number of best practices and decided to document them. Nevertheless, this is more a rant about what I think should be the proper way to do things, and about some underused features that the celery ecosystem offers. -
The missing django-allauth tutorial | Sarah Hagstrom
-
quinode/django-skosxl
django-skosxl - Django SKOS-XL Thesaurus manager -
mbentley/docker-django-uwsgi-nginx