migration to bootstrap 4

This commit is contained in:
ajurna
2020-05-14 11:23:11 +01:00
parent 53fd616038
commit 73de37f784
30 changed files with 87 additions and 11906 deletions

19
Pipfile
View File

@@ -4,22 +4,13 @@ url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pdbpp = "*"
pytest-django = "*"
pytest-black = "*"
pytest-cov = "*"
pytest-flake8 = "*"
pytest-isort = "*"
[packages]
ujson = "*"
django-silk = "*"
django-recaptcha2 = "*"
dj-database-url = "*"
Django = "*"
django = "*"
gunicorn = "*"
flake8 = "*"
psycopg2-binary = "*"
django-recaptcha2 = "*"
django-bootstrap4 = "*"
dj-database-url = "*"
[requires]
python_version = "3.7"
python_version = "3.8"