You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!, really nice work you have here. I suggest you work to improve the structure of the application, you can try using classes and helper methods to get things more organized, that'll reduce the number of files you need, and keep everything organized and easy to understand.
Also, it seems like the requirements.txt file has some unneeded dependencies in it, whoever made it must have unknowingly added them to it. For example the requirements file specifies Django as a dependency and i don't see any reference to django in your code base. You should look into that as well.
The text was updated successfully, but these errors were encountered:
Hi!, really nice work you have here. I suggest you work to improve the structure of the application, you can try using classes and helper methods to get things more organized, that'll reduce the number of files you need, and keep everything organized and easy to understand.
Also, it seems like the requirements.txt file has some unneeded dependencies in it, whoever made it must have unknowingly added them to it. For example the requirements file specifies Django as a dependency and i don't see any reference to django in your code base. You should look into that as well.
The text was updated successfully, but these errors were encountered: