mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-24 01:50:25 +00:00
Contributing tweak
This commit is contained in:
parent
854832accd
commit
58b0eb5df7
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue