Using the URLconf defined in retouchWebsite.urls,
Django tried these URL patterns, in this order:
-
admin/
-
careers/<int:job_id>/
[name='job_detail']
-
[name='home']
-
home/
[name='home_alt']
-
contact/
[name='contact']
-
subscribe/
[name='subscribe']
-
aboutus/
[name='aboutus']
-
careers/
[name='careers']
-
careers/<int:job_id>/
[name='job_detail']
-
submit-job-application/
[name='submit_job_application']
-
services/
[name='services']
-
services/
-
index/
[name='index']
-
projects/
[name='projects']
-
projects/<slug:slug>/
[name='project_detail']
-
index/
[name='index']
-
work/
[name='work']
-
clients/
[name='clients']
-
careers/
[name='careers']
-
aisolution/
[name='ai_solutions']
-
cloudsolutions/
[name='cloud_solutions']
-
digitalmarketing/
[name='digital_marketing']
-
ux_ui_design/
[name='ux_ui_design']
-
ai_solutions/
[name='ai_solutions']
-
digital-marketing/
[name='digital_marketing']
-
crm_development/
[name='crm_development']
-
java_web_development/
[name='java_web_development']
-
dotnet_development/
[name='dotnet_development']
-
devops_services/
[name='devops_services']
-
android-development/
[name='android_development']
-
angularjs_development/
[name='angularjs_development']
-
technical_consulting/
[name='technical_consulting']
-
healthcare/
[name='healthcare']
-
FinancialBanking/
[name='FinancialBanking']
-
ProcurementSolutions/
[name='ProcurementSolutions']
-
privacy-policy/
[name='privacy_policy']
-
cookie-policy/
[name='cookie_policy']
-
terms-and-conditions/
[name='terms_and_conditions']
-
accessibility-statement/
[name='accessibility_statement']
-
sitemap/
[name='sitemap']
-
services/
-
ckeditor/upload/
[name='ckeditor_upload']
-
ckeditor/
-
blog/
-
cookie-policy/
[name='cookie-policy']
-
^(?P<path>.*)$
The current path, cookie-policy,
matched the last one.