Armory8854 / yapm

Yet Another (python) Podcast Manager
GNU General Public License v3.0
0 stars 0 forks source link

Optimize file layout for project as a whole #3

Closed Armory8854 closed 1 year ago

Armory8854 commented 1 year ago

the main flask directory should only contain 3 py files - those being yapm.py, gunicorn_config.py, and wsgi.py. Any other files, such as just_init.py and both new*.py files should be moved to the flask/bin dir.