Add helpers in CONTRIBUTING

This commit is contained in:
Skia 2017-04-24 17:35:39 +02:00
parent 16b6b137d7
commit 8c82c27483
1 changed files with 10 additions and 0 deletions

View File

@ -41,3 +41,13 @@ Sites et doc cools
------------------
[Classy Class-Based Views](http://ccbv.co.uk/projects/Django/1.8/)
Helpers:
`./manage.py makemessages --ignore "env/*" -e py,jinja`
`for f in $(find . -name "*.py" ! -path "*migration*" ! -path "./env/*" ! -path "./doc/*"); do cat ./doc/header.py "$f" > /tmp/temp && mv /tmp/temp "$f"; done`