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

more flexible crud via configuration #55

Closed
Tobi-De opened this issue Jan 28, 2024 · 1 comment
Closed

more flexible crud via configuration #55

Tobi-De opened this issue Jan 28, 2024 · 1 comment

Comments

@Tobi-De
Copy link
Member

Tobi-De commented Jan 28, 2024

I will make some options of crud configurable via the pyproject.toml file

crud_login: it is quite common to have most of the views decorated with the login_required decorated, so this could be configure via the pyproject.toml file to be always true without having the specify the --login option

crud_blueprint: for the html blueprint if the user has some custom one or is using https://github.com/falco-blueprints/falco_blueprint_basic_bootstrap, he won't have to type the path every time

migrate: I'm not sure how to call this yet, but basically tell the crud command will always run makemigrations and migrate first, only configurable via pyproject

skip-git-check: for people who like to live dangerously

filters: always generate filters code, see #54

@Tobi-De
Copy link
Member Author

Tobi-De commented Jan 31, 2024

resolved in 32c17e3

@Tobi-De Tobi-De closed this as completed Jan 31, 2024
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

No branches or pull requests

1 participant