aboutsummaryrefslogtreecommitdiff
path: root/templates/error.django
AgeCommit message (Collapse)AuthorFilesLines
2026-03-07feat: add configuration management and server setupBobby1-0/+11
- Implemented configuration file creation and loading in config.go. - Added default configuration content embedded in embed.go. - Introduced logging middleware for HTTP requests. - Created Makefile for build and setup automation. - Integrated Tailwind CSS and HTMX for frontend styling and interactivity. - Developed basic authentication flow with login and dashboard pages. - Enhanced error handling and user feedback in templates. - Updated dependencies in go.mod and go.sum.