Skip to content

Commit

Permalink
Remove sw-django-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
vpet98 committed Jul 11, 2024
1 parent 09f5280 commit fd92645
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 120 deletions.
1 change: 0 additions & 1 deletion board/templates/board/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="en">
<head>
{% load static %}
{% load djutils %}
<link rel="stylesheet" href="{% static 'board/style.css' %}">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down
1 change: 0 additions & 1 deletion netstests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.staticfiles",
"djutils",
]

MIDDLEWARE = [
Expand Down
118 changes: 1 addition & 117 deletions poetry.lock

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

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ requests = "^2.31.0"
alive-progress = "^3.1.5"
django = "^5.0.4"
celery = "^5.4.0"
sw-django-utils = "^0.0.54"
whitenoise = "^6.6.0"
psycopg = "^3.1.19"
pytest = "^8.2.2"
Expand Down

0 comments on commit fd92645

Please sign in to comment.