GarryGon4ar / pyconverter

Converter from link of youtube video to mp3, without Django Framework
0 stars 0 forks source link

Separate email sending into another function and generate link for download #8

Open GarryGon4ar opened 5 years ago

GarryGon4ar commented 5 years ago

Separated email sending into another function , generated link and have sent. Can't go and open file in browser , cause every path which is not in url pattern is return 404 not found

GarryGon4ar commented 5 years ago

File is opening when i run my application with uwsgi --http :8080 --wsgi-file app.py --static-map /media=media/ command