You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
news feed django web app
this is a simple website which will get its contents from the api link and loads it into the website
the api will return json objects so we will use them to load into our website using 'json' module in python