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

Implement "ignore envvar" feature for Flask framework #1

Open
rafaelhenrique opened this issue Oct 28, 2019 · 2 comments
Open

Implement "ignore envvar" feature for Flask framework #1

rafaelhenrique opened this issue Oct 28, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request hacktoberfest

Comments

@rafaelhenrique
Copy link
Owner

rafaelhenrique commented Oct 28, 2019

Now this project support some "default ignored" envvars for Django Framework. There is a possibility to implement this same feature in the Flask framework.

We need an new file called "flask_utills.py" (like django_utils.py) , and implement a new functions like these:

  • is_django_project: This function check if this is an django project;
  • get_base_envvars: This function get a base envvars used in django (ignoring a custom envvars).

For flask i suggest these names:

  • is_flask_project: This function check if this is an flask project;
  • get_base_envvars: This function get a base envvars used in flask (ignoring a custom envvars).
@rafaelhenrique rafaelhenrique added enhancement New feature or request hacktoberfest labels Oct 28, 2019
@fullsushidev
Copy link

fullsushidev commented Oct 28, 2019

@rafaelhenrique Can I work on this one?

@rafaelhenrique
Copy link
Owner Author

@senaingrid Yep! 😄 .... thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants