selwin / django-user_agents

A django package that allows easy identification of visitor's browser, OS and device information, including whether the visitor uses a mobile phone, tablet or a touch capable device.
MIT License
640 stars 104 forks source link

pip install django-user-agents does not install django_user_agents folder #1

Closed guidors closed 11 years ago

guidors commented 11 years ago

Hi,

Great package, I like it and am checking it out. However, after pip install django-user-agents the django_user_agents folder with the templatetags folder and the test folder are not installed. Therefore the tests can't be run after installation. Is this supposed to be like that?

Best regards,

Guido

selwin commented 11 years ago

Hi there,

Thanks for the report. I've pushed version 0.2.1 to PyPI that should hopefully take care of this issue. Please try it out and let me know if it works.

guidors commented 11 years ago

Hi Selwin,

It worked like a charm, I could run the tests successfully straight after install with pip.

Best,

Guido