On Mon, Mar 19, 2012 at 2:00 AM, Kikozzza <julia.ki...@gmail.com> wrote:
> I'm starting learning django? that's why I ask my friend to install me
> python and all distrib for my projects.
> I have very silly question- how can I discover what version of python
> and  Django i get?
> he installs me ubuntu 10
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
from the shell just type python and you will enter they interactive
python shell.  The first thing it shows is the version of python

then type import django

then type help(django0) and look down through the information it
shows.  the version is near the bottom


-- 
Joel Goldstick

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to