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.
Asked
Active
Viewed 17 times
0

Young
- 1
-
Maybe check installed version using `pip list`, see [here](https://stackoverflow.com/q/18966564/1788851) – Edouard Thiel Mar 25 '22 at 12:44
-
When I created another project, the db.sqlite3 file was missing from the project folder – Young Mar 25 '22 at 13:06