HemendraKhatik / FlackApp

This is an anonymous chat application.
https://flack-web-app.herokuapp.com/
22 stars 33 forks source link

Improvements in Backend #3

Closed HemendraKhatik closed 4 years ago

HemendraKhatik commented 5 years ago

Improvements in Backend

You can find any bug or error and can fix it

orioncx commented 5 years ago

Hi. What is the reason of having os.py and functools.py in root directory? it causes problems with imports and site doesn't work on some versions of OS and Python

HemendraKhatik commented 5 years ago

@orioncx Thanks buddy it's working without those files as well. I had those files because I have to put those dependencies in requirements.txt and while deployment I was getting an import error but now it's working without those dependencies.