Mike McCann

Results 75 comments of Mike McCann

Creating a blank cookiecutter-django template in /tmp/cookicutters using the 2025.07.05 release: ``` ➜ cookiecutters uvx cookiecutter https://github.com/cookiecutter/cookiecutter-django Installed 22 packages in 31ms You've downloaded /Users/mccann/.cookiecutters/cookiecutter-django before. Is it okay to...

Spent some time looking at Tailwinds CSS + DaisyUI. I would probably choose this on a green field project for the level of control provided, but switching STOQS to this...

Thinking through the configuration of a local development environment... The legacy stoqs config depended on a docker/.env file that's built from docker/template.env. The separation between local and production configs is...

In trying to get the local development environment working to bring up the default stoqs database in the UI with mapserver working I've encountered convoluted logic that I'd like to...

Another simplification is to replace environment variables MAPSERVER_HOST, MAPSERVER_SCHEME, and MAPSERVER_PORT with a single MAPSERVER_EXTERNAL_URL environment variable. Separation between local and production using docker-compose.local.yml & compose/local/mapserver and docker-compose.production.yml & compose/production/mapserver...