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

[Cleanup] Move environment variables to settings.py #16

Open
Utkar5hM opened this issue Feb 9, 2024 · 0 comments
Open

[Cleanup] Move environment variables to settings.py #16

Utkar5hM opened this issue Feb 9, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@Utkar5hM
Copy link
Collaborator

Utkar5hM commented Feb 9, 2024

A lot of frequently used environment variables are declared in various files. we can just have a ENV_VARS dict/object in settings.py and store all the variables inside it and import them wherever required.

Can be worked on once #12 is merged off.

@Utkar5hM Utkar5hM assigned Utkar5hM and unassigned Utkar5hM Feb 9, 2024
@Utkar5hM Utkar5hM added the good first issue Good for newcomers label Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant