{"id":21418116,"url":"https://github.com/smoke-trees/django-template","last_synced_at":"2026-04-14T04:03:01.021Z","repository":{"id":112526364,"uuid":"310257192","full_name":"smoke-trees/django-template","owner":"smoke-trees","description":"An opinionated template for quickly getting started with a django webapp","archived":false,"fork":false,"pushed_at":"2020-11-21T16:13:14.000Z","size":65,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-16T19:23:43.386Z","etag":null,"topics":["django","django-rest-framework","docker","docker-compose","nginx","openapi","rest-api","swagger","template"],"latest_commit_sha":null,"homepage":"","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/smoke-trees.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":"2020-11-05T09:59:43.000Z","updated_at":"2020-11-21T16:13:16.000Z","dependencies_parsed_at":"2023-05-15T16:16:36.939Z","dependency_job_id":null,"html_url":"https://github.com/smoke-trees/django-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/smoke-trees/django-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smoke-trees%2Fdjango-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smoke-trees%2Fdjango-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smoke-trees%2Fdjango-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smoke-trees%2Fdjango-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smoke-trees","download_url":"https://codeload.github.com/smoke-trees/django-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smoke-trees%2Fdjango-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31781292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"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","django-rest-framework","docker","docker-compose","nginx","openapi","rest-api","swagger","template"],"created_at":"2024-11-22T19:19:04.877Z","updated_at":"2026-04-14T04:03:01.002Z","avatar_url":"https://github.com/smoke-trees.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django template\nAn opinionated template for quickly bootstrapping a django project using postgres, docker and nginx.\n\n\n## Features\n- [x] Everything Django offers OOTB\n- [x] CORS support  \n- [x] Autogenerated OpenAPI and ReDoc API documentation\n- [x] Production deployment using docker-compose\n- [x] SSL using Nginx and LetsEncrypt\n\n\u003cbr\u003e\n\n\n## Instructions to run\n\n### Pre-requisites:\n-  [Python 3.7 and above](https://www.python.org/downloads/)\n-  [Poetry](https://python-poetry.org/)\n-  [Docker](https://docs.docker.com/engine/install/)\n-  [docker-compose](https://docs.docker.com/compose/install/)\n\t\n### Installing dependencies\n```bash\npoetry shell # sets up and activates a venv\npoetry install # installs missing dependencies from the lockfile\n```\n\n### Run migrations\n```bash\npython manage.py makemigrations\npython manage.py migrate\n```\n\n### Start the server\n\nIn debug\n```bash\npython manage.py runserver\n```\n\nIn production\n```bash\ndocker-compose up -d --build\n```\n\n## More info\nThis template comes with an already existing model. Feel free to modify or remove it.\n\nAPI docs can be found at:\n- http://localhost:8000/docs (OpenAPI 3)\n- http://localhost:8000/redoc (ReDoc)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmoke-trees%2Fdjango-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmoke-trees%2Fdjango-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmoke-trees%2Fdjango-template/lists"}