Skip to content

Commit

Permalink
chore: Bump django from 3.2.25 to 4.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
pnu-s committed Oct 8, 2024
1 parent 0a905aa commit 5d3fa7d
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 73 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ verify_ssl = true
name = "pypi"

[packages]
django = "==3.2.25"
django = "==4.2.16"
django-bootstrap3 = "~=21.2"
django-reversion = "~=4.0.2"
djangorestframework = "~=3.13.0"
djangorestframework = "~=3.15.2"
gunicorn = "~=22.0"
markdown = "~=3.3.6"
requests = "~=2.32"
Expand Down
108 changes: 40 additions & 68 deletions Pipfile.lock

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

1 change: 0 additions & 1 deletion etip/etip/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@

USE_I18N = True

USE_L10N = True

USE_TZ = True

Expand Down
3 changes: 1 addition & 2 deletions etip/etip/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
1. Import the include() function: from django.urls import include, path
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
"""
from django.conf.urls import include
from django.contrib import admin
from django.urls import path
from django.urls import include, path

urlpatterns = [
path('admin/', admin.site.urls),
Expand Down

0 comments on commit 5d3fa7d

Please sign in to comment.