Mike I appreciate your answers and am trying them lots of ways.  Still
not getting that Django linkage in my console.

>>> import django
>>> django.get_version()
Traceback (most recent call last):
  File "<console>", line 1, in <module>
AttributeError: 'module' object has no attribute 'get_version'

Is there a way to see what all got imported from django?

I tried it the other way too

>>> from django import get_version
Traceback (most recent call last):
  File "<console>", line 1, in <module>
ImportError: cannot import name get_version

-- 
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