bsharathramesh / SE_Project1

Software Engineering Project 1 - Sentiment Analysis of Product Reviews, PDF Text to gain more insight about the user's perspective on the a topic, document, review etc..
MIT License
2 stars 26 forks source link

Avoid Hardcoding directories #31

Open NischalKash opened 3 years ago

NischalKash commented 3 years ago

Description: As you can see, you will have to change directories so that the application can run. It would be great if there was a way to automate populating the directory entries.

Files involved:

sentimental_analysis/realworld/views.py sentimental_analysis/realworld/amazon_test.py/ sentimental_analysis/realworld/functional_test.py Amazon_Comments_Scrapper/amazon_reviews_scraping/amazon_reviews_scraping/spiders/amazon_review.py

Hardeepsingh980 commented 3 years ago

Hello, I have fixed this harcoding directories issues in productanalysis method in realworld/views.py. Just we need to change the way to run the project. we will have to go one directory back and run project like python sentimental_analysis/manage.py runserver. This is my pull request #35 in which i have fixed for one method only.