Weeknotes - Week 8
Technology
- Migrated
from Hugo to Nikola static site generator - Created a CSS only Nikola theme using Sakura
- Demoed Firebase Test Lab run via a GitHub Actions pipeline.
To aid in quick Hyper-V guest configuration, this article contains the LIS package names and links to the Microsoft documentation.
Overview of Linux Integration Services (LIS) / FreeBSD Integration Services (BIS)
autorollback=True
ks=https://server/url.cfg ksdevice=link
attrs
package to organize Python data in an effecient mannergit worktree
as a method to avoid stashing modified files_index.md
files with the CMS.delete()
performs as SELECT
first_raw_delete()
on an endpoint where the SELECT
is not neededgit
module as a method to keep environments up-to-dateA need arose to create an endpoint to hold utility functions, so I created a basic static ViewSet. By doing so, I could still leverage all of the advantages of DRF's routers, while avoiding creation of a placeholder model.
The snippets below include the ViewSet creation and DRF router binding.