Here's how to see what version of Django you're using:
- Make sure you're in the virtual environment for your project.
- At the terminal prompt, open the Python shell:
$ python
- In the Python shell, import the Django module and check the version:
>>> import django
>>> django.__version__
'2.2.9'
Edit: User @biplov pointed out that there's an even easier way to see your Django version right from your terminal prompt:
$ django-admin --version
Was this helpful? Did I save you some time?
Top comments (8)
You can also use the following terminal commands to check Django version:
or
Much easier! Thanks for the tip!
great post thanks
You're welcome! 🙂
PS. I like your github:List of Companies that Hire Jr Devs for Remote Positions
Not that I prefer Remote posts but I am looking now.
Thanks
Thanks!
For the curious:
A List of Companies that Hire Jr Devs for Remote Positions
Adam Lombard ・ Oct 4 '18 ・ 1 min read
Do you use Anaconda? What about Jupyter Notebooks?
I do not, sorry. :)