mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-03 12:00:12 +03:00
amend 'find' cmd
This commit is contained in:
parent
ff4429fad4
commit
a0e51f9f75
|
@ -28,8 +28,7 @@ The project layout should look like:
|
||||||
|
|
||||||
$ pwd
|
$ pwd
|
||||||
<some path>/tutorial
|
<some path>/tutorial
|
||||||
$ find .
|
$ find . -type d -name "env" -prune -o -type f -print
|
||||||
.
|
|
||||||
./manage.py
|
./manage.py
|
||||||
./tutorial
|
./tutorial
|
||||||
./tutorial/__init__.py
|
./tutorial/__init__.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user