Re: How to know our Django version

2016-02-04 Thread communication
> > 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

Re: How to know our Django version

2016-02-03 Thread communication
Hello, and if not ? i have actually only acces to the web part. Le mardi 2 février 2016 18:43:56 UTC+1, James Bennett a écrit : > > 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()) > > O

How to know our Django version

2016-02-02 Thread communication
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