{"id":19473244,"url":"https://github.com/lazycatcoder/django-news-app","last_synced_at":"2026-04-07T21:31:10.710Z","repository":{"id":191265210,"uuid":"684289462","full_name":"lazycatcoder/django-news-app","owner":"lazycatcoder","description":"This Django project is an News website","archived":false,"fork":false,"pushed_at":"2023-08-30T21:51:39.000Z","size":3273,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-22T06:34:18.887Z","etag":null,"topics":["bootstrap","css","django","djangonews","html","information","javascript","news","newsapplication","newsfeed","newsportal","python","website"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lazycatcoder.png","metadata":{"files":{"readme":"README.md","changelog":"news_app/db.sqlite3","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":"2023-08-28T20:48:21.000Z","updated_at":"2025-03-08T21:32:59.000Z","dependencies_parsed_at":"2023-08-29T04:44:36.726Z","dependency_job_id":"cffc876f-d574-4ec5-9be8-4bbd60f1b968","html_url":"https://github.com/lazycatcoder/django-news-app","commit_stats":null,"previous_names":["lazycatcoder/django-news-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lazycatcoder/django-news-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazycatcoder%2Fdjango-news-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazycatcoder%2Fdjango-news-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazycatcoder%2Fdjango-news-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazycatcoder%2Fdjango-news-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lazycatcoder","download_url":"https://codeload.github.com/lazycatcoder/django-news-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazycatcoder%2Fdjango-news-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31530640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["bootstrap","css","django","djangonews","html","information","javascript","news","newsapplication","newsfeed","newsportal","python","website"],"created_at":"2024-11-10T19:17:49.608Z","updated_at":"2026-04-07T21:31:10.686Z","avatar_url":"https://github.com/lazycatcoder.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eDjango News App\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"justify\"\u003e\n\n   This project is a News website developed using **Django** that allows users to view and read news in different categories. The site supports news categories, tags, search, number of views, comments and authors.\n   \n   This project effectively showcases typical features and structures involved in creating similar services.\n   \n   Key Features:\n   \n   - View list of news articles with pagination\n   - Filtering news by categories and tags\n   - Detailed reading of the news on a separate page\n   - Commenting on news with the possibility of moderation\n   - Search articles by keywords\n   - Display of popular news\n   - Ability to view articles separately by category\n   - Show latest articles in slider\n\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"img1.jpg\" width=\"100%\"/\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"img2.jpg\" width=\"100%\"/\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"img3.jpg\" width=\"100%\"/\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n# Settings\n✨ To use it, you need to complete the following steps:\n\n\u003cbr\u003e\n\n\n\u003cdiv align=\"left\"\u003e\n\n1. Clone this repository\n\n   ```\n      git clone https://github.com/lazycatcoder/django-news-app.git\n   ```\n\n2. Open a terminal and navigate to the project **'django-news-app'** folder\n\n   ```\n      cd path/.../django-news-app\n   ```\n\n3. Create a virtual environment in the **'django-news-app'** folder\n   \n   ```\n      python -m venv venv\n   ```\n\n4. Activate the virtual environment\n\n   ```\n      source venv/bin/activate   # MacOS/Linux \n\n      venv\\Scripts\\activate      # Windows\n   ```\n\n5. Install the following dependencies\n\n   ```\n      pip install -r requirements.txt \n   ```\n\n6. Use the console to navigate to the **'django-news-app\\news_app'** folder\n\n   ```\n      cd news_app\n   ```\n\n7. Make migration\n\n   ```\n      python manage.py makemigrations\n      python manage.py migrate\n   ```\n\n8. Сollect static files\n   \n   ```\n      python manage.py collectstatic\n   ```\n\n9. Navigate to folder **'django-news-app\\news_app\\news_app'**\nand open the **settings.py** file.\n\n   The next step is to fill in some data in **settings.py**:\n   \n* Generating a new *SECRET_KEY* in **Django**\n\n   ```\n      python -c 'from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())'\n   ```\n\n   This command will execute a Python script that imports the *get_random_secret_key()* function and calls it to generate a new key. The result will be printed in the terminal.\n\n   When you get the new key, copy it and paste it into **settings.py** instead of *SECRET_KEY = ' '*'\n\n10. Use the console to navigate to the **'django-news-app\\news_app'** folder and run the server \n\n   ```\n      python manage.py runserver\n   ```\n\n11. Open a browser and enter the following address to launch the project http://127.0.0.1:8000/ 🚀 \n\n\u003c/div\u003e\n\n\u003cbr\u003e\u003cbr\u003e\n\n\u003cdiv align=\"justify\"\u003e\n\n   🔴 to add, delete or edit: news, tags, categories, comments, you can use the **Django** admin panel *(login: admin, password: admin)* http://127.0.0.1:8000/admin/ or you can create a new superuser for this use the console to navigate to the **'django-news-app\\news_app'**\n      \n   ```\n      python manage.py createsuperuser\n   ```\n\n\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazycatcoder%2Fdjango-news-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flazycatcoder%2Fdjango-news-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazycatcoder%2Fdjango-news-app/lists"}