mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-08-28 06:14:05 +02:00
changes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path("net-worth/", views.net_worth_main, name="net_worth"),
|
||||
]
|
||||
Reference in New Issue
Block a user