You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
I will make some options of crud configurable via the
pyproject.toml
filecrud_login
: it is quite common to have most of the views decorated with thelogin_required
decorated, so this could be configure via thepyproject.toml
file to be always true without having the specify the--login
optioncrud_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 timemigrate
: I'm not sure how to call this yet, but basically tell the crud command will always runmakemigrations
andmigrate
first, only configurable via pyprojectskip-git-check
: for people who like to live dangerouslyfilters
: always generate filters code, see #54The text was updated successfully, but these errors were encountered: