diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 2651969..0ee59e7 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -9,7 +9,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [2.7, 3.5, 3.6, 3.7] + python-version: [2.7, 3.5, 3.6, 3.7, 3.8] steps: - uses: actions/checkout@v1 diff --git a/README.md b/README.md index ce7051d..ceb4302 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,18 @@ For more information check : Especially to define the proper ssl certificates. If not specified when creating the configuration file you will have to edit the generated apache configuration. + +## DEVELOPMENT: + +If you want to contribute, deployement commands are to be added in the + +`management/commands` directory: + +As per the django documentation: + +And configuration templates used by the commands are put in the `templates/django_deploy_tools`directory: + +Then, before adding a pull request, run the `check_code` script to check coding rules + +TODO: Add unittests. +