From 58b0eb5df7d1bbae396897af3cea2d08939af02f Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Tue, 16 Jul 2013 09:18:38 +0200 Subject: [PATCH] Contributing tweak --- docs/contributing.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index aa61d0d..7378176 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -186,6 +186,11 @@ django-admin2 pull requests should be as small/atomic as possible. Large, wide-s Best Practices -------------- + +As much as possible, we follow the advice of the `Two Scoops of Django`_ book. Periodically the book will be referenced either for best practices or as a blunt object by the project lead in order to end bike-shedding. + +.. _`Two Scoops of Django`: https://2scoops.org + Python ~~~~~~ @@ -201,10 +206,6 @@ Furthermore, the pixel shortage is over. We want to see: * `model_name` instead of `model` * `my_function_that_does_things` instead of `mftdt` -As much as possible, we follow the advice of the `Two Scoops of Django`_ book. Periodically the book will be referenced either for best practices or as a blunt object by the project lead in order to end bike-shedding. - -.. _`Two Scoops of Django`: https://2scoops.org - Templates ~~~~~~~~~