{"id":19044681,"url":"https://github.com/pkini2002/dblog-application","last_synced_at":"2026-04-08T21:32:32.265Z","repository":{"id":109147482,"uuid":"572869788","full_name":"pkini2002/DBlog-Application","owner":"pkini2002","description":"A Django based blog website  where users  can Create blogs, comment , update and delete their posts, add category and filter the blogs based on the category.","archived":false,"fork":false,"pushed_at":"2023-03-16T17:48:43.000Z","size":685,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T02:44:15.386Z","etag":null,"topics":["blog-website","bootstrap5","css3","database-management","django","django-application","django-authentication","er-diagram","html5","listviews","sqlite3"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pkini2002.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-12-01T07:53:22.000Z","updated_at":"2023-07-03T11:06:59.000Z","dependencies_parsed_at":"2025-01-02T16:15:35.647Z","dependency_job_id":null,"html_url":"https://github.com/pkini2002/DBlog-Application","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pkini2002/DBlog-Application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkini2002%2FDBlog-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkini2002%2FDBlog-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkini2002%2FDBlog-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkini2002%2FDBlog-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkini2002","download_url":"https://codeload.github.com/pkini2002/DBlog-Application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkini2002%2FDBlog-Application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31575584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["blog-website","bootstrap5","css3","database-management","django","django-application","django-authentication","er-diagram","html5","listviews","sqlite3"],"created_at":"2024-11-08T22:47:02.154Z","updated_at":"2026-04-08T21:32:32.250Z","avatar_url":"https://github.com/pkini2002.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DBlog\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/84091455/208230679-761c3788-5f3e-443a-b9df-029f949d2422.png\" height=150 /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.python.org/\"\u003e\u003cimg src=\"https://forthebadge.com/images/badges/made-with-python.svg\" border=\"0\" title=\"Made with Python\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"http://www.djangoproject.com/\"\u003e\u003cimg src=\"https://www.djangoproject.com/m/img/badges/djangopowered126x54.gif\" border=\"0\" alt=\"Powered by Django.\" title=\"Powered by Django.\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n### ER Diagram\n\n![ER-diagram](https://user-images.githubusercontent.com/84091455/206548715-d5fe1491-1ced-4f57-b572-30ef62d3c372.png)\n\n\u003cbr/\u003e\n\n### Pages\n\n- Home page\n- Article Detail page\n- Add Post Page\n- Add Category Page\n- Update Post\n- Delete Post\n- Add Comment page\n- Blogs filtered by category page\n- Category List Page\n- Register Page\n- Login Page\n- Edit Profile Page\n- Password Change page\n- Show Profile Page\n- Edit Profile Page\n- Create profile page\n\n### Installation\n\n1. - Fork the [repo](https://github.com/pkini2002/DBlog-Application)\n   - Clone the repo to your local system\n   ```git\n   git clone https://github.com/pkini2002/DBlog-Application.git\n   cd DBlog-Application\n   ```\n   Make sure you have python installed on your system.\n2. Create a Virtual Environment for the Project\n\n   If u don't have a virtualenv installed\n\n   ```bash\n   pip install virtualenv\n   ```\n   **For Windows Users**\n   `Initially when you clone the project run` \n\n   ```bash\n   virtualenv env\n   source env/Scripts/activate\n   ```\n\n   `For subsequent run of the project you can simply use`\n   ```bash\n   virtualenv env\n   env/Scripts/activate\n   ```\n\n   **For Linux Users**\n   ```bash\n   virtualenv env\n   source env/Scripts/activate\n   ```\n\n   If you are giving a different name than `env`, mention it in `.gitignore` first\n\n3. Install all the requirements\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. Make migrations/ Create db.sqlite3\n\n   ```bash\n   python manage.py makemigrations\n   python manage.py migrate\n   ```\n\n5. Create a super user.\n   This is to access Admin panel and admin specific pages.\n\n   ```djangotemplate\n   python manage.py createsuperuser\n   ```\n   \n   Enter your username, email and password.\n\n6. Run server\n   ```bash\n   python manage.py runserver\n   ```\n   \n### Snapshots\n\n**Home Page**\n\n![Home](https://user-images.githubusercontent.com/84091455/208229840-188ab65e-853f-46b3-83d2-79e6860f4b02.png)\n\n**Article Detail Page**\n\n![article details](https://user-images.githubusercontent.com/84091455/208229849-3089dcc4-612b-4eeb-97db-fdf71eabda5d.png)\n\n**Blogs filtered by category page**\n\n![category filtering](https://user-images.githubusercontent.com/84091455/208229845-e517838e-8c9a-42b7-9827-c0dd9e4bacaf.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkini2002%2Fdblog-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkini2002%2Fdblog-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkini2002%2Fdblog-application/lists"}