Application for dog breeding
To build the application you need the following steps (all in the root directory of the project):
- Enable vendoring:
export GO15VENDOREXPERIMENT=1 - Compile the templates and CSS files to Go code:
go run cmd/compile_templates/main.go - Build the executable including the templates and CSS files:
go build -tags bindatafs
Finally you can start the application (server) with: ./dogs
The following files have been touched under app/views/qor:
layout.tmplassets/images/logo.pngmate_table_*ancestorsindex/table.tmplshared/sidebar.tmplshared/menu.tmpl
Please update them again when you switch to a new QOR Admin version.