{"id":16653705,"url":"https://github.com/trafitto/django-startup-template","last_synced_at":"2026-04-20T13:34:07.391Z","repository":{"id":138015602,"uuid":"271099019","full_name":"Trafitto/django-startup-template","owner":"Trafitto","description":"Simple template for starting new project with Django and DjangoRest with Docker","archived":false,"fork":false,"pushed_at":"2021-02-18T00:07:26.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-29T12:24:19.200Z","etag":null,"topics":["django","django-rest-framework","docker","docker-compose"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/Trafitto.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-06-09T20:07:26.000Z","updated_at":"2021-02-18T00:07:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"444a3f25-66a6-4481-81b3-0b25e6b2b6a3","html_url":"https://github.com/Trafitto/django-startup-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/Trafitto/django-startup-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trafitto%2Fdjango-startup-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trafitto%2Fdjango-startup-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trafitto%2Fdjango-startup-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trafitto%2Fdjango-startup-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Trafitto","download_url":"https://codeload.github.com/Trafitto/django-startup-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trafitto%2Fdjango-startup-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32048994,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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"],"created_at":"2024-10-12T09:46:50.914Z","updated_at":"2026-04-20T13:34:07.359Z","avatar_url":"https://github.com/Trafitto.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django startup template\n\n##### Simple template for starting new project with Django and DjangoRest with Docker\n\nBuild and open the container\n\n`make build`\n\n`make up`\n\nWith the container up\n\n`make bash`\n\nCreate a Django project\n\n`django-admin startproject mysite`\n\n##### Important!\n\nUse pip freeze to view specific versions of the requirements and fix them so they don't change anymore\n\n`pip freeze`\n\nex:\n\n requirements.txt\n\n    django==3.0.7\n    djangorestframework==3.11.0\n    psycopg2==2.8.5\n    psycopg2-binary==2.8.5\n    pytz==2020.1\n    ipdb==0.13.2\n    gunicorn==20.0.4\n\n\nCreate a Django app\n\n`python manage.py startapp myapp`\n\nCreating files with Docker may need to add permissions to the current user,\nSo in the project root:\n\n`sudo chown -R $USER .`\n\nChange Django settings to work with Postgres\n\nAdd `rest_framework` to `INSTALLED_APPS` in Django settings\n\n\nFinish to setup Django...\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrafitto%2Fdjango-startup-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrafitto%2Fdjango-startup-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrafitto%2Fdjango-startup-template/lists"}