~ubuntu-branches/debian/sid/dico/sid

« back to all changes in this revision

Viewing changes to dicoweb/settings-sample.py

  • Committer: Package Import Robot
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2012-06-29 11:03:01 UTC
  • Revision ID: package-import@ubuntu.com-20120629110301-8wh8cbbcw0uvmynh
Tags: 2.2-2
* debian/rules: Enable all hardening flags.
* Added dicoweb-django.diff patch to replace deprecated load_template_source
  callers. (Closes: #678912)

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 
62
62
# List of callables that know how to import templates from various sources.
63
63
TEMPLATE_LOADERS = (
64
 
    'django.template.loaders.filesystem.load_template_source',
65
 
    'django.template.loaders.app_directories.load_template_source',
 
64
    'django.template.loaders.filesystem.Loader',
 
65
    'django.template.loaders.app_directories.Loader',
66
66
)
67
67
 
68
68
MIDDLEWARE_CLASSES = (