mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 06:03:20 +00:00
README: add counting lines of code
This commit is contained in:
parent
fa1a4599b6
commit
39b102d8aa
@ -56,6 +56,12 @@ Finally, when building a class based view, which is highly advised, you just hav
|
||||
CanEditMixin, or CanViewMixin, which are located in core.views. Your view will then be protected using either the
|
||||
appropriate group fields, or the right method to check user permissions.
|
||||
|
||||
#### Counting the number of line of code
|
||||
|
||||
```
|
||||
# apt install cloc
|
||||
$ cloc --exclude-dir=doc,env .
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user