Al 16/08/12 15:23, En/na Sells, Fred ha escrit:

C:\alltools\python26>python

Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit
(Intel)] on win32

Type "help", "copyright", "credits" or "license" for more information.

>> import django_extensions

>> dir(django_extensions)

['VERSION', '__builtins__', '__doc__', '__file__', '__name__',
'__package__', '__path__', '__version__', 'str_version']

Your INSTALLED_APPS snippet looks right to me.

What happens if you import 'django_extensions' from 'manage.py shell' ?

...>\alltools\python26\python manage.py shell
...
>> import django_extensions
>> dir(django_extensions)


Regards

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