1
0
Fork 0
wuttaweb/tests/views
Lance Edgar 4c467f5267 feat: add basic support for "view" part of CRUD
still no SQLAlchemy yet, view must be explicit about data/model.  but
should support simple dict records, which will be needed in a few
places anyway
2024-08-07 19:47:24 -05:00
..
__init__.py feat: basic support for WSGI app, views, templates 2024-07-12 00:17:15 -05:00
test___init__.py feat: basic support for WSGI app, views, templates 2024-07-12 00:17:15 -05:00
test_auth.py feat: add support for admin user to become / stop being root 2024-08-05 14:21:54 -05:00
test_base.py feat: add basic Grid class, and /settings master view 2024-08-07 14:00:53 -05:00
test_common.py feat: basic support for WSGI app, views, templates 2024-07-12 00:17:15 -05:00
test_master.py feat: add basic support for "view" part of CRUD 2024-08-07 19:47:24 -05:00
test_settings.py feat: add basic support for "view" part of CRUD 2024-08-07 19:47:24 -05:00
utils.py feat: add basic App Info view (index only) 2024-08-05 21:49:18 -05:00