Algo-Phantoms / Algo-Phantoms-Backend

💻 Algo-Phantoms-Backend is an Application that provides pathways and quizzes along with a code editor to help you towards your DSA journey.📰🔥 This repository contains the REST APIs of the application.✨
MIT License
42 stars 37 forks source link

ModuleNotFoundError: No module named 'AlgoPhantomBackend.local_settings' #5

Open 4doctorstrange opened 3 years ago

4doctorstrange commented 3 years ago

I was trying to execute the program locally and faced this issue. It says that the 'local_settings' file is unavailable. I am attaching a snapshot of the issue. Let me know if I missed something local_setting not found

Sitispeaks commented 3 years ago

If you remove it ,it is working properly

Siddharth1006 commented 3 years ago

If you remove it ,it is working properly

I tried to comment that line but still its not working for me.. Can you please elaborate on what exactly do we have to remove? I am getting new error.

EMAIL_HOST_USER = EMAIL_HOST_USER NameError: name 'EMAIL_HOST_USER' is not defined

Sitispeaks commented 3 years ago

@Siddharth1006 put your email id in that field.

Sitispeaks commented 3 years ago

For testing purpose you can comment the mail sending part