{"id":20829012,"url":"https://github.com/the-akira/django-blog-tutorial","last_synced_at":"2026-05-10T02:12:06.878Z","repository":{"id":46831740,"uuid":"233242788","full_name":"the-akira/Django-Blog-Tutorial","owner":"the-akira","description":"Tutorial para iniciantes com o framework Django","archived":false,"fork":false,"pushed_at":"2023-04-21T20:44:47.000Z","size":35,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-18T18:46:44.790Z","etag":null,"topics":["django","django-application","django-blog","heroku","heroku-deployment","portuguese-brazilian","portuguese-language","postgresql","python3","tutorial"],"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/the-akira.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-01-11T14:16:29.000Z","updated_at":"2022-09-01T22:23:11.000Z","dependencies_parsed_at":"2025-01-18T18:41:54.508Z","dependency_job_id":"4e8af097-e099-48b8-afd7-f01a8aa66635","html_url":"https://github.com/the-akira/Django-Blog-Tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-akira%2FDjango-Blog-Tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-akira%2FDjango-Blog-Tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-akira%2FDjango-Blog-Tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-akira%2FDjango-Blog-Tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/the-akira","download_url":"https://codeload.github.com/the-akira/Django-Blog-Tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243179814,"owners_count":20249179,"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":["django","django-application","django-blog","heroku","heroku-deployment","portuguese-brazilian","portuguese-language","postgresql","python3","tutorial"],"created_at":"2024-11-17T23:19:09.361Z","updated_at":"2026-05-10T02:12:01.851Z","avatar_url":"https://github.com/the-akira.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Blog Tutorial\n\nNeste guia vamos desenvolver um Blog completo com o framework Django e \nno final vamos fazer o deployment de nosso projeto na plataforma Heroku \nutilizando o sistema gerenciador de banco de dados PostgreSQL.\n\nLeia o **[Tutorial](https://akiradev.netlify.app/posts/django-blog-heroku/)**\n\n---\n\n## Instalação\n\n### Clone o Repositório\n\n```\ngit clone https://github.com/the-akira/Django-Blog-Tutorial.git\n```\n\n### Dentro do Diretório Principal\n\nCrie um Ambiente Virtual\n\n```\npython -m venv myvenv\n```\n\nAtive o Ambiente Virtual\n\n```\nsource myvenv/bin/activate\n```\n\nInstale os Requeriments\n\n```\npip install -r requirements.txt\n```\n\nSincronize o banco de dados\n\n```\npython manage.py migrate\n```\n\nExecute a aplicação\n\n```\npython manage.py runserver\n```\n\nNavegue até `http://127.0.0.1:8000/` para ver a aplicação.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-akira%2Fdjango-blog-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-akira%2Fdjango-blog-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-akira%2Fdjango-blog-tutorial/lists"}