I'm adding a new site to a server which already has Django & Django-CMS installed. How can I detect the version number of the installed Django-CMS?
Thanks!
Django is a web framework which can sometimes be used to make a CMS, but it is not, by itself, a full CMS.
djangocms-file django CMS File is a set of plugins for django CMS that allow you to add files to your site You can either choose a single file or an entire folder.
from cms import __version__
print __version__
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With