Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settings needs django.template.loaders.eggs.Loader if installed with easy_install #4

Closed
rvl opened this issue May 17, 2013 · 0 comments

Comments

@rvl
Copy link

rvl commented May 17, 2013

Hi there,

This app looks promising.

If django-progressbarupload is installed with easy_install, then the TEMPLATE_LOADERS setting needs to have 'django.template.loaders.eggs.Loader'. Otherwise the template files can't be found because they are inside the egg zip file.

I am no fan of eggs but you might want to document this anyway. Or the other way is to put the template files in the package_data section of setup.py. This is the way django does it. Or I think the zip_safe=False setting in setup.py does the same thing.

Cheers,

Rodney

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant