mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-28 03:27:07 +02:00
feat: add Unit Price Calculator
This commit is contained in:
11
app/apps/mini_tools/urls.py
Normal file
11
app/apps/mini_tools/urls.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path(
|
||||
"tools/unit-price-calculator/",
|
||||
views.unit_price_calculator,
|
||||
name="unit_price_calculator",
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user