0👍
According to your tree stopwords is stored under /media/App/stopwords.txt
So to open it you need:
handle = open(settings.MEDIA_ROOT + '/App/stopwords.txt', 'r+')
Source:stackexchange.com
0👍
According to your tree stopwords is stored under /media/App/stopwords.txt
So to open it you need:
handle = open(settings.MEDIA_ROOT + '/App/stopwords.txt', 'r+')