Initial setup of an admin page that dynamically reflects the DB to create the CRUD stuff.
This commit is contained in:
parent
02910b8b93
commit
859e3ad0e3
6 changed files with 46 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue