mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
Add price check
This commit is contained in:
@@ -24,6 +24,7 @@ INSTALLED_APPS = [
|
||||
'netscan',
|
||||
'nginxmon',
|
||||
'routermon',
|
||||
'pricemon',
|
||||
]
|
||||
|
||||
ROOT_URLCONF = 'core.urls'
|
||||
|
||||
@@ -53,6 +53,7 @@ urlpatterns = [
|
||||
path('ui/netscan/', include('netscan.urls')),
|
||||
path('ui/nginxmon/', include('nginxmon.urls')),
|
||||
path('ui/routermon/', include('routermon.urls')),
|
||||
path('ui/pricemon/', include('pricemon.urls')),
|
||||
path('ui/files/', include('links.file_urls')),
|
||||
|
||||
# Import external image by URL — /import/images/<path:image_url> (also plural alias)
|
||||
|
||||
Reference in New Issue
Block a user