'Versioning issues about Django project creation

My Django version is 2.2.12. When I use the command django-admin startproject mysite to create a project, this project's setting.py shows me that Generated by 'django-admin startproject' using Django 1.9.13.
I typed the commandsudo pip freeze|grep -i 'django' into Pycharm's terminal to check the version and it also showed 2.2. This thing puzzled me.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source