mrf345 / django_gtts

Django app extension to add gTTS google text-to-speech
MIT License
7 stars 8 forks source link

cannot run successfully #1

Closed morchius closed 4 years ago

morchius commented 5 years ago

Hi, i pip installed but then the folder did not appear in main root of django project. Therefore I copied and pasted the gTTS folder so I have app available in my django project. I followed all your instructions but I do not understand where to add the jinja template?! Cheers

mrf345 commented 5 years ago

Hello! You don't need to move it to your local project folder to work, it should work regardless of that. Just follow the Setup steps. Sorry for the Jinja confusing reference, I think in Django world they're called Django Templates . Good Luck!