Skip to content

Commit

Permalink
CH-59 Update views import to import from django_baseapp
Browse files Browse the repository at this point in the history
  • Loading branch information
condar-metacell committed Sep 24, 2024
1 parent 1a604bd commit fcf609c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from django.contrib import admin
from django.urls import path, re_path

from __APP_NAME__.views import index
from django_baseapp.views import index


urlpatterns = [path("admin/", admin.site.urls)]
Expand Down

0 comments on commit fcf609c

Please sign in to comment.