https://github.com/starc007/newsapp
A news application using django
https://github.com/starc007/newsapp
Last synced: 8 months ago
JSON representation
A news application using django
- Host: GitHub
- URL: https://github.com/starc007/newsapp
- Owner: starc007
- Created: 2020-03-27T07:57:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T08:24:47.000Z (over 5 years ago)
- Last Synced: 2025-01-06T02:10:00.498Z (9 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news/__init__.py
Awesome Lists containing this project
README
# newsApp
A news application using django using newsapiget your API here www.newsapi.org
install django
-->pip install djangoinstall newsapi
-->pip install newsapi-pythonto run
-->python manage.py runserver