Skip to content

Commit 8e4f55f

Browse files
authored
fix: reverts urls orders changes, proper fix applied on django-sbomre… (#202)
* fix: reverts urls orders changes, proper fix applied on django-sbomrepo that prevents template override * bump sbomrepo
1 parent b2da737 commit 8e4f55f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

surface/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ django-olympus==0.0.5
2424
django-environ-ppb[vault]==1.0.1
2525
django-impersonator==0.0.2
2626
django-apitokens==0.0.2
27-
django-sbomrepo==0.0.6
27+
django-sbomrepo==0.0.9
2828

2929
mysqlclient==2.2.4
3030
tqdm==4.65.0 # for core_utils that is not really a app/package ..?

surface/surface/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
urlpatterns = [
2121
path("", include(("theme.urls", "theme"), namespace="surface_theme")),
22-
path("", admin.site.urls),
2322
path("dkron/", include("dkron.urls")),
2423
path("sbomrepo/", include("sbomrepo.urls")),
24+
path("", admin.site.urls),
2525
]

0 commit comments

Comments
 (0)