BaseCommand.get_version()
[source]
Returns the Django version, which should be correct for all built-in Django commands. User-supplied commands can override this method to return their own version.
BaseCommand.get_version()
[source]
Returns the Django version, which should be correct for all built-in Django commands. User-supplied commands can override this method to return their own version.
Please login to continue.