{"id":19310054,"url":"https://github.com/cedadev/fwtheme-django","last_synced_at":"2026-03-19T09:13:28.920Z","repository":{"id":46159378,"uuid":"124467851","full_name":"cedadev/fwtheme-django","owner":"cedadev","description":"Vanilla Bootstrap v4 theme for django apps","archived":false,"fork":false,"pushed_at":"2024-02-27T16:44:53.000Z","size":77,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-02-24T03:27:00.886Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cedadev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-03-09T01:07:06.000Z","updated_at":"2022-11-17T00:08:04.000Z","dependencies_parsed_at":"2024-02-27T17:52:17.331Z","dependency_job_id":null,"html_url":"https://github.com/cedadev/fwtheme-django","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/cedadev/fwtheme-django","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Ffwtheme-django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Ffwtheme-django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Ffwtheme-django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Ffwtheme-django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cedadev","download_url":"https://codeload.github.com/cedadev/fwtheme-django/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Ffwtheme-django/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278336967,"owners_count":25970415,"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-10-04T02:00:05.491Z","response_time":63,"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-10T00:22:25.321Z","updated_at":"2025-10-04T16:12:03.152Z","avatar_url":"https://github.com/cedadev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fwtheme-django\n\nDjango app providing vanilla Bootstrap v5 theme for Django-based web apps.\nPulls in \"default\" theme from Bootswatch.\n\n## Installation\n\n`fwtheme-django` can be installed directly from Github using pip:\n\n```\n$ pip install git+https://git@github.com/cedadev/fwtheme-django.git\n```\n\n## Variables\n\nIf your application would be best served in a full width container, you can use\nthe boolean variable `CONTAINER_FLUID` in your settings.py\n\n| Variable         | Options         |\n|------------------|-----------------|\n| `CONTAINER_FLUID`|`True` or `False`|\n\n## Overriding the error page templates\n\nThe custom error pages provide a basic, styled message but provide no context.\nThe help beacon is present on the error page so that users can ask for assistance\nand we are given the URL the user tried when they encountered the issue.\n\nIn some case you may want to add extra detail to the error pages. If you just want a different base\ntemplate or add other static text, you simply create corresponding templates in the root of your template\ntree for you app. **Make sure your app is higher in the app list than `fwtheme-django`**\n\ne.g\n```\napp/\n    templates/\n            app/\n                template1.html\n                template2.html\n                ...\n            400.html\n            403.html\n            404.html\n            500.html\n```\n\nSee [the code](https://github.com/django/django/blob/master/django/views/defaults.py) to see what context is available. \nUnder the default views the avialable context:\n\n| Error | Context |\n|-------|---------|\n| 400   |         |\n| 403   | `exception` |\n| 404   | `request_path` `exception` |\n| 500   |         |\n\nIf you need to add dynamic content, you will have to [override the views](https://docs.djangoproject.com/en/dev/topics/http/views/#customizing-error-views).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedadev%2Ffwtheme-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedadev%2Ffwtheme-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedadev%2Ffwtheme-django/lists"}