Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 867 Bytes

DEVELOPING.md

File metadata and controls

31 lines (21 loc) · 867 Bytes

Developing

To develop in the admin interface read the related README.

To develop in the geoportal part you should create a new application, Then have a look on the application debugging to be able to have your checkouted code running in the application.

Pre-commit

Install the pre-commit hooks with::

pip install pre-commit
pre-commit install --allow-missing-config

Don't worry about the time take on the first run

Careful: If the pre-commit fail the commit will be aborted.

Commit without pre-commit

git commit (-n|--no-verify)

More information on pre-commit.