Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How To Find Django Version Of A Project?

I have a Django project forked from GitHub. But I don't know which version of Django is used in that project. How can I find the Django version of the project ? I haven't installed Django in my PC.

like image 206
Hirusha Fernando Avatar asked Oct 19 '25 14:10

Hirusha Fernando


1 Answers

I found a solution on my own. In the top of the settings.py file, you can see an auto generated multiline comment like this

"""
Django settings for remedy_server project.

Generated by 'django-admin startproject' using Django 3.2.

For more information on this file, see
https://docs.djangoproject.com/en/3.2/topics/settings/

For the full list of settings and their values, see
https://docs.djangoproject.com/en/3.2/ref/settings/
"""

In that comment, the Django version of your project has been mentioned

like image 85
Hirusha Fernando Avatar answered Oct 22 '25 03:10

Hirusha Fernando



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!