Using the URLconf defined in JabbyLog.urls
,
Django tried these URL patterns, in this order:
-
admin/
-
[name='home']
-
listing
[name='log-listing']
-
log_detail/<int:pk>
[name='log_detail']
-
get_area_code
[name='get_area_code']
-
get-amount
[name='get_amount']
-
get-count/<int:pk>
[name='get-count']
-
buy_foreign_contact
[name='buy_foreign_contact']
-
test-api
[name='test-api']
-
get-price
[name='get-price']
-
request-number
[name='request-number']
-
number-detail/<slug:slug>
[name='number_detail']
-
request-code/<slug:code>
[name='request-code']
-
add-funds
[name='add-fund']
-
initiate-payment
[name='initiate-payment']
-
verify-payment
[name='verify_payment']
-
transfer
[name='transfer']
-
pay-with-card
[name='pay-with-card']
-
hook
[name='hook']
-
dashboard/
-
admin_dashboard/
-
signup
[name='signup']
-
signin
[name='signin']
-
signout
[name='signout']
-
password_reset/
[name='password_reset']
-
password_reset_done/
[name='password_reset_done']
-
password_reset_<uidb64>_<token>/
[name='password_reset_confirm']
-
password_reset_complete/
[name='password_reset_complete']
-
change-password/
[name='change_password']
-
^static/(?P<path>.*)$
-
^(?P<path>.*)$
The current path, assets/img/favicon.svg
,
matched the last one.