Skip to content

Commit

Permalink
Update example project (#61)
Browse files Browse the repository at this point in the history
* Django 5.1.2.

* Update requirements.

* Upgrade npm packages.

* Fix pip requirements.

---------

Co-authored-by: Jason Wallace <[email protected]>
  • Loading branch information
github-actions[bot] and jdeanwallace authored Oct 29, 2024
1 parent 2718880 commit 2dc2186
Show file tree
Hide file tree
Showing 8 changed files with 219 additions and 209 deletions.
2 changes: 1 addition & 1 deletion apps/site/static/site/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/asgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
It exposes the ASGI callable as a module-level variable named ``application``.
For more information on this file, see
https://docs.djangoproject.com/en/5.0/howto/deployment/asgi/
https://docs.djangoproject.com/en/5.1/howto/deployment/asgi/
"""

import os
Expand Down
2 changes: 1 addition & 1 deletion example/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
URL configuration for example project.
The `urlpatterns` list routes URLs to views. For more information please see:
https://docs.djangoproject.com/en/5.0/topics/http/urls/
https://docs.djangoproject.com/en/5.1/topics/http/urls/
Examples:
Function views
1. Add an import: from my_app import views
Expand Down
2 changes: 1 addition & 1 deletion example/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
It exposes the WSGI callable as a module-level variable named ``application``.
For more information on this file, see
https://docs.djangoproject.com/en/5.0/howto/deployment/wsgi/
https://docs.djangoproject.com/en/5.1/howto/deployment/wsgi/
"""

import os
Expand Down
Loading

0 comments on commit 2dc2186

Please sign in to comment.