From 9c322224488cc9ece006b6ffe8553a6e34e5b63d Mon Sep 17 00:00:00 2001 From: DoodleyJC Date: Sun, 31 Mar 2024 01:06:23 +0100 Subject: [PATCH] test --- .../__pycache__/urls.cpython-312.pyc | Bin 1134 -> 1179 bytes bluenpsbackend/bluenpsbackend/urls.py | 3 ++- bluenpsbackend/requirements.txt | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 bluenpsbackend/requirements.txt diff --git a/bluenpsbackend/bluenpsbackend/__pycache__/urls.cpython-312.pyc b/bluenpsbackend/bluenpsbackend/__pycache__/urls.cpython-312.pyc index cf288cb7662068e5c02fb3e343cdc0ad9855ba56..25401db5f7f554d41c3fadd19532f244375b4352 100644 GIT binary patch delta 138 zcmaFIF`HBUG%qg~0}$L;!I4(P%)sy%#DM`0DC6^tiRzUqObn?kDeOR!HHB?8BSdO7 z6NFA@j^e1~(B#~>;wTf-Er!Xt%$vCcfKni3#om*(SS+M(vT$?=b%sxfxy-9{nML^n OI}1NkBX;=lkql<~P{qIxAqI#U!!CA%ia#v@0WCU-M$ d=HdrRGXin3&14T23!V?G%=}D^+(o=VApj_m5qAIp diff --git a/bluenpsbackend/bluenpsbackend/urls.py b/bluenpsbackend/bluenpsbackend/urls.py index 08658a3..3713089 100644 --- a/bluenpsbackend/bluenpsbackend/urls.py +++ b/bluenpsbackend/bluenpsbackend/urls.py @@ -19,5 +19,6 @@ urlpatterns = [ path('admin/', admin.site.urls), - path('court/', include("court.urls")) + path('court/', include("court.urls")), + path('', include("court.urls")) ] diff --git a/bluenpsbackend/requirements.txt b/bluenpsbackend/requirements.txt new file mode 100644 index 0000000..eec1cf1 --- /dev/null +++ b/bluenpsbackend/requirements.txt @@ -0,0 +1 @@ +Django \ No newline at end of file