How to use django report builder?

31 views
Skip to first unread message

Sheikh Wasiu Al Hasib

unread,
Sep 18, 2020, 2:34:13 PM9/18/20
to Django users
I follow below this document but when I add this below two context process to my template list I got an error. Is there any updated document of this report builder.  How can I use it for my daily work?
 'django.core.context_processors.static',
 'django.core.context_processors.media'

I found this document link but it is not working when I add above two context processors.


TEMPLATES = [
    {
        'BACKEND': 'django.template.backends.django.DjangoTemplates',
        'DIRS': [],
        'APP_DIRS': True,
        'OPTIONS': {
            'context_processors': [
                'django.core.context_processors.static',
                'django.core.context_processors.media'
                'django.template.context_processors.debug',
                'django.template.context_processors.request',
                'django.contrib.auth.context_processors.auth',
                'django.contrib.messages.context_processors.messages'
               
            ],
        },
    },
]


Reply all
Reply to author
Forward
0 new messages