GarryGon4ar / pyconverter

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

Separate views, main application, and mp3-download function #3

Open GarryGon4ar opened 5 years ago

GarryGon4ar commented 5 years ago

I tried cross importing functions from modules, and couldn't understand how to solve it, tried to add if name == main in main app, didn't worked though. Guess it works somehow different in Django , and much complex to make importing that way. Moved views to views.py, template rendering function to another module and it worked.