Skip to content

Commit fb14bf4

Browse files
authored
update django-admin startproject sample command (#89)
on my installation, `django-admin.py` was not found, however `django-admin` was found. Is it possible the `.py` extension to django-admin is a copy-paste holdover from an earlier version? ```shell (pyas2) bkc@laptop:~/src/pyas2$ django-admin.py startproject django_pyas2 . django-admin.py: command not found (pyas2) bkc@laptop:~/src/pyas2$ django-admin startproject django_pyas2 . ```
1 parent debfd6a commit fb14bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Create a new ``django`` project
1111

1212
.. code-block:: console
1313
14-
$ django-admin.py startproject django_pyas2 .
14+
$ django-admin startproject django_pyas2 .
1515
1616
Add ``pyas2`` to your ``INSTALLED_APPS`` setting.
1717

0 commit comments

Comments
 (0)