Fix compatibility with Django 2.2 and other dependencies

- drop mockldap in favour of volatildap
- fix URLs and settings
- fix tests
This commit is contained in:
Jan Dittberner 2020-03-02 15:40:08 +01:00
parent c4485945fc
commit 427fdd9c03
15 changed files with 106 additions and 197 deletions

1
.gitignore vendored
View file

@ -44,3 +44,4 @@ _build/
.coverage
coverage-report/
.idea/
.env