Return error(s) when page routes or assets do not resolve
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 8 Dec 2020 17:58:49 +0000 (11:58 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 8 Dec 2020 19:29:45 +0000 (13:29 -0600)
commit2204360f040d5c4c1f96a5ce298a5f8477c9bda6
tree755deb1413b321ffe9d4f44f36310183798dc15d
parent66798c9b3b9f3d175f23f2cb44295841bbba7f51
Return error(s) when page routes or assets do not resolve
README.rst
src/pgwui_common/assets.py [new file with mode: 0644]
src/pgwui_common/exceptions.py
src/pgwui_common/urls.py
tests/test_assets.py [new file with mode: 0644]
tests/test_urls.py