Project04- project name #main/views.py feeds - give all feeds assigned by logged in user register login addurl - for addition of url addfeed - for addition of feed UserListApi - api class, which gives all urls of database userUrls - api class, gives user specific urls #main/urls.py assigned paths #main/ serializer.py Serializer class - UrlListSerializer, FeedListSerializer #rss/views.py make_unicode cleanhtml summary_maker remove_accent create_slug pull_feed - parse data from rss link and summarize the description, and returns a dictionary of desired details save_feed - save the rss data to database user_feeds - loads user specific feeds #rss/models.py RSSFeed model #middleware.py LoginRequiredMiddleware ApiKeyMiddleware #Installations imports: