Skip to content

Commit

Permalink
Added missing import, refs #290
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 2, 2022
1 parent f112e57 commit 0eccf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/urls.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from django.urls import path, re_path, include
from django_sql_dashboard.views import dashboard, dashboard_index
from django.contrib import admin
from django.http import HttpResponsePermanentRedirect, HttpResponse
from django.http import HttpResponseRedirect, HttpResponsePermanentRedirect, HttpResponse
from django.views.decorators.cache import never_cache
from django.conf import settings
import django_sql_dashboard
Expand Down

0 comments on commit 0eccf8d

Please sign in to comment.