Using the URLconf defined in nomura.urls
,
Django tried these URL patterns, in this order:
-
admin/
-
[name='home']
-
about/
[name='about']
-
blockchainfund/
[name='blockchain-fund']
-
liquidtoken/
[name='liquid-token']
-
bitcointradingfund/
[name='bitcoin-trading-fund']
-
earlystagetoken/
[name='early-stage-token']
-
stakingfund/
[name='staking-fund']
-
energies/
[name='energies']
-
sharestrading/
[name='shares-trading']
-
agriculturalfund/
[name='agricultural-fund']
-
nonfarmpayroll/
[name='non-farm-payroll']
-
renewableenergy/
[name='renewable-energy']
-
investmentmanagement/
[name='investment-management']
-
financialservice/
[name='financial-service']
-
portfoliomanagementservice/
[name='portfolio-management-service']
-
financialadvising/
[name='financial-advising']
-
pressrelease/
[name='press-release']
-
faqs/
[name='faqs']
-
terms/
[name='terms']
-
privacy/
[name='privacy']
-
otherpayment/
[name='otherpayment']
-
contact/
[name='contact']
-
main-view/
[name='main-view']
-
main-view/<str:ref_code>/
[name='main-view']
-
signin/
[name='signin']
-
signup/
[name='signup']
-
dashboard/
[name='dashboard']
-
plans/
[name='plans']
-
notifications/
[name='notifications']
-
admindashboard/
[name='admindashboard']
-
deposit/
[name='deposit']
-
withdrawal/
[name='withdrawal']
-
history/
[name='history']
-
pending_deposit/
[name='pending_deposit']
-
pending_withdrawal/
[name='pending_withdrawal']
-
pending_bonus/
[name='pending_bonus']
-
completed_transaction/
[name='completed_transaction']
-
myreferals/
[name='myreferals']
-
confirm_withdrawal/
[name='confirm_withdrawal']
-
update_withdrawal/<str:pk>/
[name='update_withdrawal']
-
decline_wihdrawal/<str:pk>/
[name='decline_wihdrawal']
-
confirm_deposit/
[name='confirm_deposit']
-
update_payment/<str:pk>/
[name='update_payment']
-
account_settings/
[name='account_settings']
-
create_bonus/
[name='create_bonus']
-
use_bonus/
[name='use_bonus']
-
transfer_funds/
[name='transfer_funds']
-
reset_password/
[name='reset_password']
-
reset_password_sent/
[name='password_reset_done']
-
reset/<uidb64>/<token>/
[name='password_reset_confirm']
-
reset_password_complete/
[name='password_reset_complete']
-
video_page/
[name='video_page']
-
reinvest/
[name='reinvest']
-
logout/
[name='logout']
-
messageBoard/
[name='messageBoard']
-
^images/(?P<path>.*)$
The current path, static/xmlrpc.php
,
didn’t match any of these.