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

Default setting condition when environment keys are not yet set like … #1

Closed
wants to merge 1 commit into from

Conversation

veto8
Copy link

@veto8 veto8 commented Jul 24, 2024

…in the .env file
I could not run the project from my Debian and macOS. I guess your IDE creates an .env file with key/value what Django pics up when you run python manager.py.
So I add some if conditions to the setting file.

I like your idea of cloning Amazon, and would like to work with in this.

@veto8 veto8 closed this Aug 12, 2024
@Omarmoatz
Copy link
Owner

…in the .env file I could not run the project from my Debian and macOS. I guess your IDE creates an .env file with key/value what Django pics up when you run python manager.py. So I add some if conditions to the setting file.

I like your idea of cloning Amazon, and would like to work with in this.

Thanks for your interest in the project! I'm glad you're excited about the idea of cloning Amazon. Regarding the environment setup, you're right—managing the .env file is crucial, especially across different operating systems like Debian and macOS. Adding conditional logic in the settings file is a great approach to handle different environments.

If you'd like to contribute or collaborate on this project, I'd be happy to discuss ideas and next steps. Feel free to reach out with any suggestions or questions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants