-
Notifications
You must be signed in to change notification settings - Fork 37
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
solved issue regarding local_settings.py file not found #30
base: main
Are you sure you want to change the base?
Conversation
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have removed the secret key, debug, allowed host from settings.py
so it will create another error which will take time to set up for other users.
added tech stack
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. |
Hey @patilkrunal, let's wait on out project admin's review on this. Till then, can you solve the merge conflicts? Thanks! 😄 |
splitted settings.py into local_settnigs.py for better security
resolved. |
Related Issue
Closes: #5
Describe the changes you've made
Checklist: