Skip to content

Commit 8599ea4

Browse files
committed
fix small bug with django jet
1 parent c4afc5a commit 8599ea4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__version__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.5
1+
0.2.6

firmware_release_server/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
1. Import the include() function: from django.urls import include, path
1414
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
1515
"""
16+
from django.conf.urls import url
1617
from django.conf.urls.static import static
1718
from django.contrib import admin
1819
from django.shortcuts import redirect
1920
from django.urls import path, include
2021

21-
from dist.django.conf.urls import url
2222
from firmware_release_server import settings
2323

2424
urlpatterns = [

0 commit comments

Comments
 (0)