{"id":51779284,"url":"https://github.com/jtebert/lazy-baker","last_synced_at":"2026-07-20T10:02:11.121Z","repository":{"id":33146395,"uuid":"101441489","full_name":"jtebert/lazy-baker","owner":"jtebert","description":"A website for not losing my recipes","archived":false,"fork":false,"pushed_at":"2026-06-25T16:09:03.000Z","size":2334,"stargazers_count":2,"open_issues_count":8,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-25T17:09:15.030Z","etag":null,"topics":["django","python"],"latest_commit_sha":null,"homepage":"https://recklessham.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jtebert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-25T20:54:20.000Z","updated_at":"2026-06-25T15:58:23.000Z","dependencies_parsed_at":"2023-01-14T23:36:22.963Z","dependency_job_id":null,"html_url":"https://github.com/jtebert/lazy-baker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jtebert/lazy-baker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtebert%2Flazy-baker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtebert%2Flazy-baker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtebert%2Flazy-baker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtebert%2Flazy-baker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jtebert","download_url":"https://codeload.github.com/jtebert/lazy-baker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtebert%2Flazy-baker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35682457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"ssl_error","status_checked_at":"2026-07-20T02:08:09.736Z","response_time":111,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","python"],"created_at":"2026-07-20T10:02:08.060Z","updated_at":"2026-07-20T10:02:11.116Z","avatar_url":"https://github.com/jtebert.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reckless Ham (formerly Lazy Baker)\n\n[recklessham.com](http://recklessham.com)\n\n---\n\n## Stack\n\n- **Python 3.12**, **Django 5.2**, **Wagtail 7**\n- **PostgreSQL 17** (via Docker)\n- **AWS S3** for static and media files in production\n- **Gunicorn** as the application server\n- **uv** for dependency management\n\n## Local Development\n\n### Setup\n\n1. Copy the example env and fill in values:\n\n```shell\ncp .env.example .env\n```\n\nRequired variables:\n\n```shell\nDEBUG=True\nPRODUCTION=False\nSECRET_KEY=\u003ca-long-random-string\u003e\nALLOWED_HOSTS=localhost,127.0.0.1\nDB_NAME=lazy_baker\nDB_HOST=db\n```\n\nAWS credentials are only needed when `PRODUCTION=True`. Leave them out for local development.\n\n2. Start the containers:\n\n```shell\ndocker compose up\n```\n\n3. On first run (or after restoring a database dump), run migrations and populate the search index:\n\n```shell\ndocker compose exec web python manage.py migrate\ndocker compose exec web python manage.py update_index\n```\n\n4. Create a superuser to access the Wagtail admin:\n\n```shell\ndocker compose exec web python manage.py createsuperuser\n```\n\n### Useful commands\n\n```shell\n# Run tests\ndocker compose exec web python manage.py test\n\n# Open a Django shell\ndocker compose exec web python manage.py shell\n\n# Rebuild containers after dependency changes\ndocker compose build\n```\n\n### Admin URLs\n\n- Wagtail admin: http://localhost:8000/admin/\n- Django admin: http://localhost:8000/django-admin/\n\n## Production\n\nSet `PRODUCTION=True` in the environment. This enables:\n\n- Static and media files served from AWS S3\n- Database authentication via `DB_USER` / `DB_PASSWORD`\n- `SECURE_PROXY_SSL_HEADER` for HTTPS behind a proxy\n\nAdditional env variables required in production:\n\n```shell\nPRODUCTION=True\nDEBUG=False\nDB_USER=...\nDB_PASSWORD=...\nAWS_STORAGE_BUCKET_NAME=...\nAWS_ACCESS_KEY_ID=...\nAWS_SECRET_ACCESS_KEY=...\n```\n\nAfter deploying, run:\n\n```shell\npython manage.py migrate\npython manage.py update_index\npython manage.py collectstatic --noinput\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtebert%2Flazy-baker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjtebert%2Flazy-baker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtebert%2Flazy-baker/lists"}