-
Notifications
You must be signed in to change notification settings - Fork 263
fixes issue #230 #444
fixes issue #230 #444
Conversation
@AdityaJ7 Can you please tell me what to do to fix this issue |
Hi, sorry for the delay, I'll check and fix it |
removed all the unwanted libraries but I'm using newsapi.org 's api I dont know why its showing error in the import statement in views file |
ok I'll check the issue, please remove the pycache files also |
okay |
Can anyone please help me , I'm a newbie and I really don't know how to solve this error , thank you in advance :) |
@KhushiGangopadhyay In "views.py" file in line 2 -> from newsapi import NewsApiClient You can also head to the details section across each error to know what's is the error exactly and what to do to solve it. |
@KhushiGangopadhyay sorry for the dealy @KhushiGangopadhyay I have fixed your issue and now merging it. Thanks for the contribution and for having patience. Will be looking forward to more contributions from your side Thanks again, |
@all-contributors please add @KhushiGangopadhyay for code |
I've put up a pull request to add @KhushiGangopadhyay! 🎉 |
@AdityaJ7 @Anshul275 Thank you so much!!!!!! :) |
Python World does not accept pull requests on this repository anymore. |
Newsapp based on django framework of python
Fixes #230
Made the Newsapp, couldnt add the feature of bookmarking instead added a new feature of changing colour mode, the app uses api from https://newsapi.org/
Choosing one or more options from the following as per the nature of your Pull request.
NOTE: These boxes can be checked using
[X]
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Documentation Update
Checklist:
Please tick all the boxes that are fulfilled by your Pull Request.
Update index.md
)README.md
, according to the givenREADME_TEMPLATE.