mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Add helpers in CONTRIBUTING
This commit is contained in:
parent
16b6b137d7
commit
8c82c27483
@ -41,3 +41,13 @@ Sites et doc cools
|
|||||||
------------------
|
------------------
|
||||||
|
|
||||||
[Classy Class-Based Views](http://ccbv.co.uk/projects/Django/1.8/)
|
[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`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user