diff options
author | lxf <sng@luxagraf.net> | 2022-06-06 21:13:31 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2022-06-06 21:13:31 -0400 |
commit | 735ef1fef241b90b3d05f589d633c02b100d654b (patch) | |
tree | c5f9f09ea40cabcc482f0f4f2ab7abb3c6979c72 /config | |
parent | c7574f7295f39ad3ad04d4d78ea182822576607f (diff) |
base: fixed a bug in urls
Diffstat (limited to 'config')
-rw-r--r-- | config/base_urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/base_urls.py b/config/base_urls.py index 6e4e624..a149038 100644 --- a/config/base_urls.py +++ b/config/base_urls.py @@ -16,7 +16,7 @@ import products.views from locations.views import MapDataList #from income.views import MonthlyInvoiceView, DownloadMonthlyInvoiceView -from posts.jrnl_views import JrnlRSSFeedView +from posts.views.jrnl_views import JrnlRSSFeedView admin.autodiscover() |