{"id":21106849,"url":"https://github.com/uncms-dev/tiny-uncms-project","last_synced_at":"2025-07-26T20:32:45.881Z","repository":{"id":71522036,"uuid":"577491862","full_name":"uncms-dev/tiny-uncms-project","owner":"uncms-dev","description":"a tiny project demonstrating UnCMS","archived":false,"fork":false,"pushed_at":"2024-01-28T11:08:39.000Z","size":132,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-03-14T09:14:40.864Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/uncms-dev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-12T21:26:16.000Z","updated_at":"2023-05-07T14:22:58.000Z","dependencies_parsed_at":"2024-01-28T13:12:45.053Z","dependency_job_id":"3e0f4e5e-915f-4feb-bfce-d7ff2cfcaec5","html_url":"https://github.com/uncms-dev/tiny-uncms-project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uncms-dev/tiny-uncms-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uncms-dev%2Ftiny-uncms-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uncms-dev%2Ftiny-uncms-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uncms-dev%2Ftiny-uncms-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uncms-dev%2Ftiny-uncms-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uncms-dev","download_url":"https://codeload.github.com/uncms-dev/tiny-uncms-project/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uncms-dev%2Ftiny-uncms-project/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267227330,"owners_count":24056353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-20T00:29:48.699Z","updated_at":"2025-07-26T20:32:45.824Z","avatar_url":"https://github.com/uncms-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"a tiny UnCMS project 🐭\n=======================\n\nThis is a tiny project which documents some core functions of [UnCMS](https://github.com/uncms-dev/uncms) and demonstrating how to make friends with UnCMS's helper models and admin classes.\nThis is probably the most absurdly highly-commented code you will ever read;\nit's intended as a crash-course in building sites with UnCMS.\n\nThis is a companion repository for UnCMS's documentation.\n\nSuggested reading order:\n\n* This list\n* `settings/base.py` for UnCMS-specific settings\n* `tiny_project/apps/news/models.py` for how to create page content models \u0026 the most useful helper classes\n* `tiny_project/apps/news/admin.py` for how to register such things\n* `tiny_project/apps/news/views.py` to use RequestPageManager for fun and profit\n* `tiny_project/apps/content/models.py` for an example of inline models on page content models\n* `tiny_project/apps/content/admin.py` immediately after that, for how to actually register them\n* `templates/base.html`\n\nQuickstart:\n\n```\n# add your SECRET_KEY herein :)\nnano tiny_project/settings/local.py\ncreatedb tiny_project\n# A minimum of 3.8 is required. Later versions should work fine.\n# Shortcut for \"delete venv, recreate venv, install requirements\" is\n# ./scripts/bootstrap.sh\npython3 -m venv .venv\n. .venv/bin/activate\npip install -r requirements.txt\n./manage.py runserver\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funcms-dev%2Ftiny-uncms-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funcms-dev%2Ftiny-uncms-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funcms-dev%2Ftiny-uncms-project/lists"}