How to know our Django version

50 views
Skip to first unread message

commun...@domainedemanville.fr

unread,
Feb 2, 2016, 12:26:57 PM2/2/16
to Django users
Hello all, 

thanks in advance for your help. 

i'm just integrating new office and they actually have a website based on Django. 

but we have no more contact with the web agency who developp this site. 

So i wanted to know what is the version of Django used by our site ? 

Could you please help me ?

Best regards

James Bennett

unread,
Feb 2, 2016, 12:43:56 PM2/2/16
to django...@googlegroups.com
As long as you have access to a shell, you can do

python manage.py shell

Then in the interpreter, do

import django
print(django.get_version())

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c5946709-5f82-4caa-bf68-aa59a24e1a6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

commun...@domainedemanville.fr

unread,
Feb 3, 2016, 6:05:01 AM2/3/16
to Django users
Hello, 

and if not ? 

i have actually only acces to the web part.

林攀

unread,
Feb 3, 2016, 8:56:21 AM2/3/16
to django...@googlegroups.com

Tomas Tombakas

unread,
Feb 3, 2016, 9:16:30 AM2/3/16
to django...@googlegroups.com
If you don't have access to the shell, why are you concerned with the django version?

commun...@domainedemanville.fr

unread,
Feb 4, 2016, 11:15:04 AM2/4/16
to Django users
Hello 

because i want to know if its possible to have "featured news" in our news section. 

as i looked on a tutorial, its included in Django version xxx, but not in our, so i wanted to know what is our version to know what would include to make an update of our django version. 

excuse me foor my poor english. 

Sergiy Khohlov

unread,
Feb 4, 2016, 11:30:53 AM2/4/16
to django-users
python 
import django
print (django.version)

Many thanks,

Serge


+380 636150445
skype: skhohlov

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.

James Bennett

unread,
Feb 4, 2016, 12:37:56 PM2/4/16
to django...@googlegroups.com
Django does not have a "featured news" section. Django is not a content-management system; it's a framework for developing many types of Web applications, including content-management systems.

It's likely that you were looking at a tutorial for something else that was built using Django.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
Reply all
Reply to author
Forward
0 new messages