local mapping = require "django.mappings" local M = {} function M.setup() mapping.setup_global_mappings() end return M