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

Syncdb failure #2

Open
keithio opened this issue Jul 2, 2012 · 0 comments
Open

Syncdb failure #2

keithio opened this issue Jul 2, 2012 · 0 comments

Comments

@keithio
Copy link

keithio commented Jul 2, 2012

When doing an initial sync for the database with endless_pagination in INSTALLED_APPS, the following error halts the execution (on Django 1.4):

django.core.exceptions.ImproperlyConfigured: Error importing template source loader django.template.loaders.app_directories.Loader: "'module' object has no attribute 'Loader'"

The template loaders in settings.py look as follows:

TEMPLATE_LOADERS = (
    'django.template.loaders.filesystem.Loader',
    'django.template.loaders.app_directories.Loader',
    #'django.template.loaders.eggs.Loader',
)
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