Skip to content

Commit

Permalink
Remove crispy from project
Browse files Browse the repository at this point in the history
  • Loading branch information
henhuy committed Apr 5, 2024
1 parent be81cf5 commit 8a5016a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 51 deletions.
3 changes: 0 additions & 3 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,7 @@
]

THIRD_PARTY_APPS = [
"foundation_formtags", # Form layouts
"rest_framework",
"crispy_forms",
"crispy_bootstrap5",
"django_distill",
]

Expand Down
1 change: 0 additions & 1 deletion digiplan/templates/components/panel.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% load static i18n %}
{% load crispy_forms_tags %}

<section class="panel" id="js-panel-container" hidden>
<section class="panel__content">
Expand Down
2 changes: 1 addition & 1 deletion digiplan/templates/components/panel_4_settings.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load static i18n crispy_forms_tags %}
{% load static i18n %}

<div class="panel__settings">
<div class="panel-item">
Expand Down
57 changes: 14 additions & 43 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ whitenoise = "^5.2.0" # https://github.com/evansd/whitenoise
redis = "^4.5.3" # https://github.com/antirez/redis
psycopg2 = "^2.8.6" # https://github.com/psycopg/psycopg2
coreapi = "^2.3.3" # https://github.com/core-api/python-clientgeojson = "^2.5.0"
crispy-bootstrap5 = "^0.6"
jsonschema = "^2.5"
sentry-sdk = "^1.17.0"

Expand All @@ -33,7 +32,6 @@ django-foundation-formtags = "^0.1.0"
django-compressor = "4.4" # https://github.com/django-compressor/django-compressor
django-libsass = "^0.8"
django-redis = "^4.12.1" # https://github.com/niwinz/django-redis
django-crispy-forms = "^1.11.2"
django-geojson = "^3.1.0"

# Custom apps
Expand Down Expand Up @@ -61,7 +59,7 @@ pytest-sugar = "^1.0.0" # https://github.com/Frozenball/pytest-sugar

# Code quality
# ------------------------------------------------------------------------------
flake8 = "^5.0.4" # https://github.com/PyCQA/flake8
flake8 = "^7.0.0" # https://github.com/PyCQA/flake8
pylint-django = "^2.3.0" # https://github.com/PyCQA/pylint-django # downgraded because https://github.com/PyCQA/pylint-django/issues/309
pre-commit = "^2.13.0" # https://github.com/pre-commit/pre-commit
darglint = "^1.8.1"
Expand Down

0 comments on commit 8a5016a

Please sign in to comment.