mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +00:00

render_to_response does not work on newer django, so it needs to be replaced. And using a speicfic context actually overcomplicates things, it's easier to just use a wrapper function. For those cases where we don't need NavContext, just use render() (the new shortcut function from django), which also removes the need to use RequestContext.
Documentation ============= This directory holds some basic documentation for the pgweb system. It doesn't claim to be complete in any way, and any contributions to make it so are always welcome!