summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorlxf <sng@luxagraf.net>2022-06-06 21:13:31 -0400
committerlxf <sng@luxagraf.net>2022-06-06 21:13:31 -0400
commit735ef1fef241b90b3d05f589d633c02b100d654b (patch)
treec5f9f09ea40cabcc482f0f4f2ab7abb3c6979c72 /config
parentc7574f7295f39ad3ad04d4d78ea182822576607f (diff)
base: fixed a bug in urls
Diffstat (limited to 'config')
-rw-r--r--config/base_urls.py2
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()