Skip to content

working with django1.4 #6

@jues-zz

Description

@jues-zz

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions