Started port to Django 2.1, Python 3, Docker
This commit is a rough port to Django 2.1, Python 3 and a Docker based local development setup. Tests fail/error but migrations and the web frontend are already runnable. Task queue functionality is untested and translations seem to have trouble.
This commit is contained in:
parent
adc57657dd
commit
6cebd80c89
48 changed files with 1081 additions and 576 deletions
4
Pipfile
4
Pipfile
|
@ -13,6 +13,8 @@ redis = "*"
|
|||
gvacommon = {ref = "0.4.0", git = "https://git.dittberner.info/gnuviech/gvacommon.git"}
|
||||
requests-oauthlib = "*"
|
||||
django-allauth = "*"
|
||||
django-crispy-forms = "*"
|
||||
django-braces = "*"
|
||||
|
||||
[dev-packages]
|
||||
coverage = "*"
|
||||
|
@ -23,4 +25,4 @@ sphinxcontrib-blockdiag = "*"
|
|||
pylama = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.6"
|
||||
python_version = "3.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue