Skip to content

Commit

Permalink
Added doc (#1)
Browse files Browse the repository at this point in the history
* Added doc

* Adde python 3.8 testing
  • Loading branch information
ygbourhis authored and abryko committed Dec 9, 2019
1 parent 366e5d9 commit 3eff36c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<https://github.com/ygbourhis/django_deploy_tools/tree/master/django_deploy_tools/management/commands>
As per the django documentation:
<https://docs.djangoproject.com/en/dev/howto/custom-management-commands/>
And configuration templates used by the commands are put in the `templates/django_deploy_tools`directory:
<https://github.com/ygbourhis/django_deploy_tools/tree/master/django_deploy_tools/templates/django_deploy_tools>
Then, before adding a pull request, run the `check_code` script to check coding rules

TODO: Add unittests.

0 comments on commit 3eff36c

Please sign in to comment.