summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2023-07-28 13:39:02 -0500
committerluxagraf <sng@luxagraf.net>2023-07-28 13:39:02 -0500
commit9a620cf42bf1fe6977e378bd834b41ff4a593dde (patch)
treecf41a0582681cecaf88a30bfe409f9c2be57972a /config
parent6e5897117124cd60ae81efb1574c6347f48e60e5 (diff)
main: removed some apps I wasn't using and added bak to git to preserve
a copy of old apps
Diffstat (limited to 'config')
-rw-r--r--config/base_urls.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/base_urls.py b/config/base_urls.py
index b5e0f1e..0501947 100644
--- a/config/base_urls.py
+++ b/config/base_urls.py
@@ -12,7 +12,6 @@ from posts.models import PostSitemap
from pages.models import PageSitemap
import builder.views
import utils.views
-import products.views
from locations.views import MapDataList
#from income.views import MonthlyInvoiceView, DownloadMonthlyInvoiceView
@@ -37,7 +36,6 @@ urlpatterns = [
path(r'spending/', include('budget.urls')),
path(r'planner/', include('planner.urls')),
path(r'luximages/insert/', utils.views.insert_image),
- path(r'luxproduct/insert/', products.views.insert_products),
path(r'feed.xml', JrnlRSSFeedView(),name="feed"),
path(r'sitemap.xml', sitemap, {'sitemaps': sitemaps}),
path(r'links/', include('links.urls')),