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
43 stars 37 forks source link

solved issue regarding local_settings.py file not found #30

Open patilkrunal opened 3 years ago

patilkrunal commented 3 years ago

Related Issue

Closes: #5

Describe the changes you've made

Checklist:

patilkrunal commented 3 years ago

Maintainers (@diyajaiswal11) please add the gssoc21 tag to issue #5. Also if you could assign it to me and then merge my PR it will help me to progress in gssoc21. Suggest any changes if needed.

patilkrunal commented 3 years ago

I've mentioned how to create local_settings.py file while setting up the project before makemigrations. And have copy pasted these secret_key, database config, email config in readme.me. so the one who will setup might follow it properly.

And if local_settings.py is included and not put in .gitignore then that will have no impact of creating another local_settings.py differently.

hmangukia commented 3 years ago

Hey @patilkrunal, let's wait on out project admin's review on this. Till then, can you solve the merge conflicts? Thanks! 😄

patilkrunal commented 3 years ago

resolved. Also local_settings.py was put inorder to have private information on localmachine itself and not in public. so it will be better to include local_settings.py file.