Initial setup of an admin page that dynamically reflects the DB to create the CRUD stuff.

This commit is contained in:
Zed A. Shaw 2025-07-13 12:28:03 -04:00
parent 02910b8b93
commit 859e3ad0e3
6 changed files with 46 additions and 3 deletions

View file

@ -15,6 +15,10 @@ test: site
go test zedshaw.games/webapp/tests -c -o runtests$(GO_IS_STUPID_EXE)
./runtests$(GO_IS_STUPID_EXE)
test_only:
go test zedshaw.games/webapp/tests -c -o runtests$(GO_IS_STUPID_EXE)
./runtests$(GO_IS_STUPID_EXE) -test.run TestAdminIndexPage
migrate_up:
go tool goose sqlite3 db.sqlite3 -dir migrations up