{"id":16842200,"url":"https://github.com/gunthercox/django-bootstrap-base-template","last_synced_at":"2025-04-10T01:33:07.493Z","repository":{"id":147610769,"uuid":"102532863","full_name":"gunthercox/django-bootstrap-base-template","owner":"gunthercox","description":"A common base template for Django web apps using Bootstrap","archived":false,"fork":false,"pushed_at":"2024-08-03T16:17:28.000Z","size":898,"stargazers_count":19,"open_issues_count":0,"forks_count":82,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T03:11:24.293Z","etag":null,"topics":["bootstrap","django"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gunthercox.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":"2017-09-05T21:47:23.000Z","updated_at":"2024-08-03T16:17:31.000Z","dependencies_parsed_at":"2024-10-27T12:06:13.061Z","dependency_job_id":"39696b82-abe7-432f-a20f-32aa508fe1dd","html_url":"https://github.com/gunthercox/django-bootstrap-base-template","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gunthercox%2Fdjango-bootstrap-base-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gunthercox%2Fdjango-bootstrap-base-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gunthercox%2Fdjango-bootstrap-base-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gunthercox%2Fdjango-bootstrap-base-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gunthercox","download_url":"https://codeload.github.com/gunthercox/django-bootstrap-base-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247980849,"owners_count":21027809,"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","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":["bootstrap","django"],"created_at":"2024-10-13T12:44:46.306Z","updated_at":"2025-04-10T01:33:07.458Z","avatar_url":"https://github.com/gunthercox.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# django-bootstrap-base-template\n\nA common base template for Django web apps using Bootstrap\n\n## Why?\n\nI created this package because every time I start a new Django\nweb application it requires me to set up a very similar directory\nstructure for templates and static files. This Bootstrap base\ntemplate lets me quickly start a new Django project with all of\nthe assets I need already included.\n\nAdditionally, this package simplifies the process of updating the\nstatic files used by multiple projects.\n\n## Installation\n\n```\npip install django-bootstrap-base-template\n```\n\n## Django settings.py\n\n```\nINSTALLED_APPS = [\n    # ...\n    'django_bootstrap_base_template',\n    # ...\n]\n```\n\n## my_template.html\n\n```\n{% extends 'bootstrap_base.html' %}\n\n{% block body %}\n    \u003c!-- html content --\u003e\n{% endblock %}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgunthercox%2Fdjango-bootstrap-base-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgunthercox%2Fdjango-bootstrap-base-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgunthercox%2Fdjango-bootstrap-base-template/lists"}