frocco <[email protected]> wrote:

> Hello,
> 
> I am getting
> django.core.exceptions.ImproperlyConfigured: Requested setting CACHES, but 
> settings are not
> configured. You must either define the environment variable 
> DJANGO_SETTINGS_MODULE or call
> settings.configure() before accessing settings.
> 
> trying pip install django-tracking
> 
> Does this work in django 1.5?
> 

FWIW, I tried ``pip install django-tracking'' in a virtualenv where I
had installed django 1.4.3 final, and it was successfully installed:


,----
| $ pip install django-tracking
| Downloading/unpacking django-tracking
|   Downloading django-tracking-0.4.1.tar.gz (1.9Mb): 1.9Mb downloaded
|   Running setup.py egg_info for package django-tracking
|     
|     warning: no previously-included files matching '.*.swp' found under 
directory 'tracking'
|     warning: no previously-included files matching '*.*' found under 
directory 'demo'
| Installing collected packages: django-tracking
|   Running setup.py install for django-tracking
|     
|     warning: no previously-included files matching '.*.swp' found under 
directory 'tracking'
|     warning: no previously-included files matching '*.*' found under 
directory 'demo'
| Successfully installed django-tracking
| Cleaning up...
`----

Nick

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to