TyMaszWeb / django-cookie-law

Helps your Django project comply with the EU cookie regulations by displaying a cookie information banner until it is dismissed by the user
BSD 2-Clause "Simplified" License
140 stars 69 forks source link

doesn't install templates or static dirs #2

Closed mjpritchard closed 10 years ago

mjpritchard commented 11 years ago

Hi, If I download the tarball I can see the setup & templates directories are there but neither "pip install django-cookie-law" nor a manual "python setup.py install" on the tarball contents seem to install the templates and static dirs. Any ideas?

Do you need this in the setup.py file?

include_package_data = True

kusamau commented 11 years ago

I forked the project and fixed the setup.py. Please merge the fork whenever you think is worth.

mpasternak commented 11 years ago

... and locales, too!

mpasternak commented 11 years ago

The source archive available via PyPI will not install locales. When I install from github, everything's okay. Please fix the setup script.

bogdal commented 10 years ago

@TyMaszWeb Please update version on pypi

RamiAhmed commented 10 years ago

Nice idea with the package, but unusable for me, since I use Heroku which uses pip to install.

Please fix the pypi version of this otherwise nice package.

piotrkilczuk commented 10 years ago

Thanks guys for the tips & patience.

Just uploaded 1.0.1 to pip.

mpasternak commented 10 years ago

Woooo congrats and thank you :-) 13 cze 2014 01:52 "Piotr Kilczuk" notifications@github.com napisał(a):

Thanks guys for the tips & patience.

Just uploaded 1.0.1 to pip.

— Reply to this email directly or view it on GitHub https://github.com/TyMaszWeb/django-cookie-law/issues/2#issuecomment-45961993 .