{"id":28445346,"url":"https://github.com/suptarr/python-django-template","last_synced_at":"2026-04-14T04:02:30.600Z","repository":{"id":233387152,"uuid":"619409054","full_name":"SupTarr/Python-Django-Template","owner":"SupTarr","description":"Make full use of Django and Python knowledge and its accompanying documentation to create an APIs.","archived":false,"fork":false,"pushed_at":"2025-06-18T22:49:08.000Z","size":2001,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-01T14:37:08.005Z","etag":null,"topics":["bootstrap5","django","html5","postgresql","python3"],"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/SupTarr.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}},"created_at":"2023-03-27T04:46:17.000Z","updated_at":"2025-05-10T02:41:55.000Z","dependencies_parsed_at":"2024-04-16T02:24:04.266Z","dependency_job_id":null,"html_url":"https://github.com/SupTarr/Python-Django-Template","commit_stats":null,"previous_names":["suptarr/python-django-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/SupTarr/Python-Django-Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2FPython-Django-Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2FPython-Django-Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2FPython-Django-Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2FPython-Django-Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SupTarr","download_url":"https://codeload.github.com/SupTarr/Python-Django-Template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2FPython-Django-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":["bootstrap5","django","html5","postgresql","python3"],"created_at":"2025-06-06T10:12:34.350Z","updated_at":"2026-04-14T04:02:30.594Z","avatar_url":"https://github.com/SupTarr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Django Template\n\n## About The Project\n\nThis project was completed as part of `Writing your first Django app` form `Django documentation`. I am tasked to make full use of Django and Python knowledge and its accompanying documentation to create an APIs for polls and vote.\n\n## Technologies\n\nThis project was created with:\n\n- Python\n- Django\n- PostgreSQL\n\n## Installation\n\n### Run Locally\n\nClone the project\n\n```sh\ngit clone https://github.com/SupTarr/Python-Django-Template\n```\n\n### Set up Python and packages\n\nTo install `Python` on your machine go to [Python Download](https://www.python.org/downloads/).\n\n```cmd\npy --version\n```\n\nTo install `virtualenv` via pip\n\n```cmd\npy -m pip install --user virtualenv\n```\n\nTo create a `virtual environment` for your project, open a new command prompt, navigate to the folder where you want to create your project and then enter the following:\n\n```cmd\npy -m virtualenv .\n```\n\nTo activate the environment, run:\n\n```cmd\n.\\Scripts\\activate.bat\n```\n\nIn the command prompt, ensure your virtual environment is active, and execute the following command:\n\n```cmd\npip install -r requirements.txt\n```\n\n### Set up Django and run server locally\n\nCreate a `mysite` directory in your current directory.\n\n```cmd\ndjango-admin startproject mysite\n```\n\nTo create your app, make sure you’re in the same directory as `manage.py` and type this command:\n\n```cmd\npy manage.py startapp app_name\n```\n\nVerify it’s working with the following command:\n\n```cmd\npython manage.py runserver\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuptarr%2Fpython-django-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuptarr%2Fpython-django-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuptarr%2Fpython-django-template/lists"}