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

working with django1.4 #6

Open
jues-zz opened this issue Dec 22, 2012 · 0 comments
Open

working with django1.4 #6

jues-zz opened this issue Dec 22, 2012 · 0 comments

Comments

@jues-zz
Copy link

jues-zz commented Dec 22, 2012

in settings.py modify:

TEMPLATE_LOADERS = (
'django.template.loaders.filesystem.load_template_source',
'django.template.loaders.app_directories.load_template_source',

'django.template.loaders.eggs.load_template_source',

)

to

TEMPLATE_LOADERS = (
'django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader',

'django.template.loaders.eggs.Loader',

)

works in django1.4.3, but after I added the images, the DB connections are increased when I browsing the page, anyone has good ideas?

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