fbdevelopercircles / open-source-edu-bot

Open Source Education bot, built by the Developer Circles community.
MIT License
59 stars 79 forks source link

refactor: Remove unrequired wsgi.file #31

Closed PrashanthPuneriya closed 4 years ago

PrashanthPuneriya commented 4 years ago

Is your pull request related to a problem? Please describe

After refactoring the project we no longer need wsgi.py file. This makes Flask to execute wsgi.py file first instead of executing the create_app() view in the fbosbot file by default. This causes project setup error as described in #20. So, removing this file would fix #20 and #30.

Describe the solution you'd like

Remove the wsgi.py file.

Describe alternatives you've considered

Checklist