You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
```
0 commit comments