diff --git a/core/__pycache__/admin.cpython-313.pyc b/core/__pycache__/admin.cpython-313.pyc index 4167b24..c12fd79 100644 Binary files a/core/__pycache__/admin.cpython-313.pyc and b/core/__pycache__/admin.cpython-313.pyc differ diff --git a/core/__pycache__/forms.cpython-313.pyc b/core/__pycache__/forms.cpython-313.pyc index 0295d7a..61454b3 100644 Binary files a/core/__pycache__/forms.cpython-313.pyc and b/core/__pycache__/forms.cpython-313.pyc differ diff --git a/core/__pycache__/models.cpython-313.pyc b/core/__pycache__/models.cpython-313.pyc index 78d1966..5403959 100644 Binary files a/core/__pycache__/models.cpython-313.pyc and b/core/__pycache__/models.cpython-313.pyc differ diff --git a/core/templates/core/base.html b/core/templates/core/base.html index eeb4cd9..0d6b793 100644 --- a/core/templates/core/base.html +++ b/core/templates/core/base.html @@ -62,6 +62,11 @@ 系统配置 +
diff --git a/db.sqlite3 b/db.sqlite3 index d2cd0d2..b032cc4 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/diary_family/__pycache__/urls.cpython-313.pyc b/diary_family/__pycache__/urls.cpython-313.pyc index 30c3abc..b18c621 100644 Binary files a/diary_family/__pycache__/urls.cpython-313.pyc and b/diary_family/__pycache__/urls.cpython-313.pyc differ diff --git a/diary_family/urls.py b/diary_family/urls.py index bcb769a..004ffef 100644 --- a/diary_family/urls.py +++ b/diary_family/urls.py @@ -20,7 +20,7 @@ from django.conf import settings from django.conf.urls.static import static urlpatterns = [ - path('admin/', admin.site.urls), + path('houtai/', admin.site.urls), path('', include('core.urls')), ]