EA to list Django installs
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
02-17-2021
11:18 AM
- last edited
a month ago
by
kh-richa_mig
I've been asked to identify devices with Django installed. As best I can tell, it's a python / python3 framework.
python -c "import django; print(django.get_version())"
or
python3 -c "import django; print(django.get_version())"
would provide the answer... but I can't seem to get the syntax correct to do either not installed, or one of the versions...
Labels:
- Labels:
-
Scripts
0 REPLIES 0
