Add home_page and menu_page concepts
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 1 Dec 2020 03:41:14 +0000 (21:41 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 1 Dec 2020 03:41:14 +0000 (21:41 -0600)
commit458e6f2ee255dddf830a4da7b31b2b16a8332769
tree6f7326a711eec3780d3e50881e8b008db470066c
parent84e099b8f4669b65ebd6f4d2a03fffabde97ad35
Add home_page and menu_page concepts
13 files changed:
README.rst
setup.py
src/pgwui_common/checkset.py
src/pgwui_common/exceptions.py
src/pgwui_common/pgwui_common.py
src/pgwui_common/templates/auth_base.mak
src/pgwui_common/templates/base.mak
src/pgwui_common/views/__init__.py [new file with mode: 0644]
src/pgwui_common/views/ex_views.py [new file with mode: 0644]
src/pgwui_common/views/page_views.py [new file with mode: 0644]
tests/test_pgwui_common.py
tests/views/test_ex_views.py [new file with mode: 0644]
tests/views/test_page_views.py [new file with mode: 0644]