{"id":20392722,"url":"https://github.com/baptvit/my-first-blog","last_synced_at":"2026-04-29T23:33:14.409Z","repository":{"id":130241624,"uuid":"161954278","full_name":"baptvit/my-first-blog","owner":"baptvit","description":null,"archived":false,"fork":false,"pushed_at":"2019-01-01T21:37:45.000Z","size":594,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-05T00:27:21.700Z","etag":null,"topics":["bootstrap","django","django-blog","django-project","pythonanywhere","sqlite3-database","tutorial"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/baptvit.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":"2018-12-16T00:14:31.000Z","updated_at":"2019-01-01T21:37:46.000Z","dependencies_parsed_at":"2023-04-28T14:02:08.547Z","dependency_job_id":null,"html_url":"https://github.com/baptvit/my-first-blog","commit_stats":null,"previous_names":["baptvit/my-first-blog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/baptvit/my-first-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baptvit%2Fmy-first-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baptvit%2Fmy-first-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baptvit%2Fmy-first-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baptvit%2Fmy-first-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baptvit","download_url":"https://codeload.github.com/baptvit/my-first-blog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baptvit%2Fmy-first-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32448400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"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":["bootstrap","django","django-blog","django-project","pythonanywhere","sqlite3-database","tutorial"],"created_at":"2024-11-15T03:45:10.699Z","updated_at":"2026-04-29T23:33:14.394Z","avatar_url":"https://github.com/baptvit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Djando + sqlite3 + BootStrap + pythonanywhere\n\n\u003cp align=\"center\"\u003e\n \n\u003ca href=\"\" alt=\"\"\u003e\n        \u003cimg src=\"https://img.shields.io/eclipse-marketplace/last-update/notepad4e.svg\" /\u003e\u003c/a\u003e\n        \n\u003ca href=\"\" alt=\"\"\u003e\n        \u003cimg src=\"https://img.shields.io/dub/l/vibe-d.svg\" /\u003e\u003c/a\u003e\n        \n\u003ca href=\"\" alt=\"\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Version-v1-green.svg\" /\u003e\u003c/a\u003e\n        \n\u003ca href=\"\" alt=\"\"\u003e\n       \u003cimg src=\"https://img.shields.io/pypi/pyversions/Django.svg\" /\u003e\u003c/a\u003e\n\n  \n\u003ca href=\"\" alt=\"\"\u003e\n       \u003cimg src=\"https://img.shields.io/github/repo-size/badges/shields.svg\" /\u003e\u003c/a\u003e\n\n\u003c/p\u003e\n\u003cp align=\"justify\"\u003e\nSimple project integrating django with bootstrap and sqlite3 database online on pythonanywhere focus in create a blog respositive with forms and views. There are a form which save user inputs in database. This simple project is a base for outhers projects based on a DjangoGirls tuto\u003c/p\u003e\n\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\n```\nPython 3.6.7 \ndjango 2, 1, 2, 'final', 0\nbootstrap v4.1.3\npip 9.0.1\n```\n\n### Installing\n\n* Install django last stable version\n* Set the rigth password and ports on settings.py\n* On manage.py ru\n\n```\n$ python3 manage.py makemigration\n$ python3 manage.py migrate\n```\n\n\n## Running the tests\n\n* Run\n```\n$ python3 manage.py migrate \u0026\u0026 python3 manage.py makemigration\n```\n* Make sure that there are tables from django admin and aplications.\n* On /myapp dir run \n```\n$ python3 manage.py runserver\n```\n* Acess the web aplication through:\n```\nhttp://127.0.0.1:8000/home/\n```\n\n## Online in pythonanywhere\n\n[My Django Fist blog with pythonanywhere](http://helpthx.pythonanywhere.com/)\n\n\n\n## Built With\n\n* [Bootstrap](https://getbootstrap.com/) - Bootstrap used\n* [Python3](https://www.python.org/download/releases/3.0/) - Main language\n* [Django](https://www.djangoproject.com/) - Django API \n* [SQLite3](https://www.sqlite.org/index.html) - SQLite3 database\n* [PythonAnyWhere](https://www.pythonanywhere.com) - Online Host\n\n\n## Authors\n\n* **João Vitor Rodrigues Baptista** - [helpthx](https://github.com/helpthx)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Acknowledgments\n\n* Based on a tutorial project: [Tutorial Django Girls](https://tutorial.djangogirls.org/pt/)\n\n## What's Next ??\n* [Django Oficial](https://docs.djangoproject.com/en/2.0/intro/tutorial01/)\n* [New Coder](http://newcoder.io/tutorials/)\n* [django-carrots](https://github.com/ggcarrots/django-carrots)\n* [Starting with Django](http://www.gettingstartedwithdjango.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaptvit%2Fmy-first-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaptvit%2Fmy-first-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaptvit%2Fmy-first-blog/lists"}