Commit f950a99a authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

Edited django-admin.txt changes from [17340]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17422 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 442ab475
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -993,7 +993,7 @@ will be created in the current working directory.

If the optional destination is provided, Django will use that existing
directory as the project directory, and create ``manage.py`` and the project
package within it. You can use '.' to denote the current working directory.
package within it. Use '.' to denote the current working directory.

For example::