Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load python modules correctly #46

Open
upkarlidder opened this issue Mar 8, 2022 · 1 comment
Open

Load python modules correctly #46

upkarlidder opened this issue Mar 8, 2022 · 1 comment
Assignees
Labels
bug Something isn't working stale
Projects

Comments

@upkarlidder
Copy link
Member

Describe the bug
Finish #45. Please see here on how to load multiple files - https://fastapi.tiangolo.com/it/tutorial/bigger-applications/

Basically, you need empty init.py file to tell python that the folder is a module. You can then simply load as import root_folder.sub_folder.sub_folder.filename.

Context: https://github.com/Call-for-Code-for-Racial-Justice/TakeTwo-WebAPI/pull/45/files#r817986839

FYI @demilolu

@upkarlidder upkarlidder added bug Something isn't working ms-cohort-claimed labels Mar 8, 2022
@upkarlidder upkarlidder added this to To do in TakeTwo via automation Mar 8, 2022
@upkarlidder upkarlidder assigned shubham599 and unassigned Holdrick May 5, 2022
@shubham599 shubham599 mentioned this issue May 19, 2022
12 tasks
@github-actions
Copy link

github-actions bot commented Jul 5, 2022

👋 Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed in 14 days.

@github-actions github-actions bot added the stale label Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
TakeTwo
To do
Development

No branches or pull requests

3 participants