start setting up shorts

This commit is contained in:
Ross
2025-04-07 09:12:30 +01:00
parent bcc449eb34
commit afa1379ce4
26 changed files with 2896 additions and 41 deletions
+1
View File
@@ -45,6 +45,7 @@ INSTALLED_APPS = [
"anatomy",
"physics",
"rapids",
"shorts",
"longs",
"sbas",
"wally",
+1 -1
View File
@@ -255,7 +255,7 @@ button a {
right: 50px;
}
#save-annotations.save-rapid-annotations {
#save-annotations.save-rapid-annotations, #save-annotations.save-shorts-annotations {
position: relative;
}
+1
View File
@@ -45,6 +45,7 @@ urlpatterns = [
path("physics/", include("physics.urls"), name="physics"),
# path("sbas/", include("sbas.urls"), name="sbas"),
path("rapids/", include("rapids.urls"), name="rapids"),
path("shorts/", include("shorts.urls"), name="shorts"),
path("longs/", include("longs.urls"), name="longs"),
path("sbas/", include("sbas.urls"), name="sbas"),
path("generic/", include("generic.urls"), name="generic"),