This commit is contained in:
z_jay_v 2018-07-06 08:53:35 +00:00 committed by GitHub
commit a6df9feab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,8 +28,7 @@ The project layout should look like:
$ pwd
<some path>/tutorial
$ find .
.
$ find . -type d -name "env" -prune -o -type f -print
./manage.py
./tutorial
./tutorial/__init__.py