Skip to content

Setup the environment of the project

Pablo Garcia Campos requested to merge setup-env into main

Description

Setup the project: creation of a Django project with environment variables, connection to a PSQL database, add precommit hook and pipeline.

Changes

  • Creation of a Django project skeleton.
  • Use of PostgreSQL database.
  • Add environment variables for database connection and Django secret key.
  • Add precommit checks.
  • Add CI pipeline.
  • Add documentation for GettingStarted in the project.

Related issues

None

Additional notes

Dummy test created for passing the pipeline: if no tests, it fails.

DoD

  • Tests OK
  • Documentation OK
Edited by Pablo Garcia Campos

Merge request reports

Loading