Remove "/static/" from doc URLs.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 4 Nov 2018 16:32:18 +0000 (11:32 -0500)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Mon, 5 Nov 2018 15:23:11 +0000 (10:23 -0500)
commit17f9b7f070dbe17b2844a8b4dd428064745dfa60
treefcde8555b57e5f47bba8550545934aae1f9b5ea8
parent1da9859a11d6ed214d8cdc1e84d2f2b34e595db6
Remove "/static/" from doc URLs.

This creates a permanent redirect for any doc URL that references the
"static" path (i.e. all doc URLs), which allows a format similar to:

/docs/current/index.html

This is in response to not having "interactive" as an available option,
which should lead to shorter, less confusing URLs.
pgweb/docs/views.py
pgweb/urls.py