I am starting to understand context dictionaries, and I figured out from some Googling that the get_context_dictionary method belongs in a View, the one that you want to provide entries for its corresponding template.
My question is somewhat academic: Why can't I just use the context dictionary plan/vanilla " ", and if I can, what are the default entries labeled? If not, I understand how to add entries to them no problem.
Thank you very much.
Mike