pip install django-extensions
Error: No module named django_extensions
INSTALLED_APPS = (
....
'django_extensions',
I've just updated and release version 0.6
I hope this fixes your problem.
$ pip install django-extensions
Downloading/unpacking django-extensions
Downloading django-extensions-0.6.tar.gz (107Kb): 107Kb downloaded
Running setup.py egg_info for package django-extensions
Installing collected packages: django-extensions
Running setup.py install for django-extensions
Successfully installed django-extensions
Cleaning up...
$ ipython
Python 2.6.6 (r266:84292, Sep 15 2010, 16:22:56)
Type "copyright", "credits" or "license" for more information.
IPython 0.10 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.
In [1]: import django_extensions
In [2]: django_extensions.VERSION
Out[2]: (0, 6)
Regards,
Trbs
> --
> You received this message because you are subscribed to the Google
> Groups "django-extensions" group.
> To post to this group, send email to
> django-e...@googlegroups.com.
> To unsubscribe from this group, send email to django-extensions
> +unsub...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-extensions?hl=en.