[Answer]-How to get a default set of data for all the views in Django?

1👍

You can use context processors for this, but the best bet is probably to use inclusion tags to render the blocks.

Leave a comment