Get the version of Django for application

后端 未结 6 1652
感动是毒
感动是毒 2021-02-18 22:33

I am starting a new (actually very old) project which I know is in Django. I am getting lost knowing the exact version of Django it has been build upon. Is there a way I can kno

6条回答
  •  醉梦人生
    2021-02-18 23:22

    Django settings for ********** project.
    
    Generated by 'django-admin startproject' using Django 2.0.9.
    
    For more information on this file, see
    https://docs.djangoproject.com/en/2.0/topics/settings/
    
    For the full list of settings and their values, see
    https://docs.djangoproject.com/en/2.0/ref/settings/
    

    when you open your settings.py file you can see the django version above.

提交回复
热议问题