{"id":286,"date":"2023-11-06T12:45:14","date_gmt":"2023-11-06T12:45:14","guid":{"rendered":"http:\/\/wetaccel.com\/?page_id=286"},"modified":"2023-11-06T12:51:22","modified_gmt":"2023-11-06T12:51:22","slug":"urls","status":"publish","type":"page","link":"https:\/\/wetaccel.com\/index.php\/documentation\/urls\/","title":{"rendered":"URLS"},"content":{"rendered":"\n<h1 class=\"wp-block-heading has-text-align-center has-huge-font-size\" id=\"wetaccel-enterprise-grade-django-template-for-government-of-canadas-web-initiatives\">WETAccel: Enterprise-Grade Django Template for Government of Canada&#8217;s Web Initiatives<\/h1>\n\n\n\n<h2 class=\"wp-block-heading has-large-font-size\" id=\"table-of-contents\">Table of Contents<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"http:\/\/wetaccel.com\/index.php\/documentation\/templates\/\" data-type=\"page\" data-id=\"281\">Templates<\/a><\/li>\n\n\n\n<li><a href=\"http:\/\/wetaccel.com\/index.php\/documentation\/components\/\" data-type=\"page\" data-id=\"283\">Components<\/a><\/li>\n\n\n\n<li><a href=\"http:\/\/wetaccel.com\/index.php\/documentation\/views\/\" data-type=\"page\" data-id=\"288\">Views<\/a><\/li>\n\n\n\n<li><a href=\"http:\/\/wetaccel.com\/index.php\/documentation\/urls\/\" data-type=\"page\" data-id=\"286\">URLS<\/a><\/li>\n<\/ul>\n\n\n\n<h1 class=\"wp-block-heading has-large-font-size\" id=\"wetaccel-url-configuration-documentation\">WETAccel URL Configuration Documentation<\/h1>\n\n\n\n<p>This documentation covers the URL configurations for the&nbsp;<code>wetaccel<\/code>&nbsp;project.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"1-admin-panel\">1. Admin Panel<\/h2>\n\n\n\n<p><strong>URL Pattern:<\/strong>&nbsp;<code>admin\/<\/code><\/p>\n\n\n\n<p><strong>Mapped View:<\/strong>&nbsp;Django&#8217;s default admin interface.<\/p>\n\n\n\n<p><strong>Description:<\/strong>&nbsp;The administrative interface provided by Django to manage application data.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"2-landing-page\">2. Landing Page<\/h2>\n\n\n\n<p><strong>URL Pattern:<\/strong>&nbsp;&#8220;<\/p>\n\n\n\n<p><strong>Mapped View:<\/strong>&nbsp;<code>views.landing<\/code><\/p>\n\n\n\n<p><strong>Description:<\/strong>&nbsp;The primary entry point or homepage of the application.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"3-home-page-by-language\">3. Home Page by Language<\/h2>\n\n\n\n<p><strong>URL Pattern:<\/strong>&nbsp;<code>&lt;str:lang&gt;\/<\/code><\/p>\n\n\n\n<p><strong>Mapped View:<\/strong>&nbsp;<code>views.index<\/code><\/p>\n\n\n\n<p><strong>Description:<\/strong>&nbsp;Displays the home page for the specified language.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"4-search-page\">4. Search Page<\/h2>\n\n\n\n<p><strong>URL Pattern:<\/strong>&nbsp;<code>&lt;str:lang&gt;\/search\/<\/code><\/p>\n\n\n\n<p><strong>Mapped View:<\/strong>&nbsp;<code>views.search<\/code><\/p>\n\n\n\n<p><strong>Description:<\/strong>&nbsp;Provides a search interface for the specified language.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"5-privacy-page\">5. Privacy Page<\/h2>\n\n\n\n<p><strong>URL Pattern:<\/strong>&nbsp;<code>&lt;str:lang&gt;\/privacy\/<\/code><\/p>\n\n\n\n<p><strong>Mapped View:<\/strong>&nbsp;<code>views.privacy<\/code><\/p>\n\n\n\n<p><strong>Description:<\/strong>&nbsp;Displays the privacy policy page for the specified language.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"6-registration-flow\">6. Registration Flow<\/h2>\n\n\n\n<p><strong>URL Pattern:<\/strong>&nbsp;<code>&lt;str:lang&gt;\/register\/&lt;str:step&gt;<\/code><\/p>\n\n\n\n<p><strong>Mapped View:<\/strong>&nbsp;<code>views.register<\/code><\/p>\n\n\n\n<p><strong>Description:<\/strong>&nbsp;Handles the user registration process, segmented by steps.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"7-dashboard-home\">7. Dashboard Home<\/h2>\n\n\n\n<p><strong>URL Pattern:<\/strong>&nbsp;<code>&lt;str:lang&gt;\/dashboard\/<\/code><\/p>\n\n\n\n<p><strong>Mapped View:<\/strong>&nbsp;<code>views.dashboard_home<\/code><\/p>\n\n\n\n<p><strong>Description:<\/strong>&nbsp;Displays the primary user dashboard in the specified language.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"8-dashboard-table-view\">8. Dashboard Table View<\/h2>\n\n\n\n<p><strong>URL Pattern:<\/strong>&nbsp;<code>&lt;str:lang&gt;\/dashboard\/table<\/code><\/p>\n\n\n\n<p><strong>Mapped View:<\/strong>&nbsp;<code>views.dashboard_table<\/code><\/p>\n\n\n\n<p><strong>Description:<\/strong>&nbsp;Shows tabular data within the user dashboard.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"9-dashboard-form-view\">9. Dashboard Form View<\/h2>\n\n\n\n<p><strong>URL Pattern:<\/strong>&nbsp;<code>&lt;str:lang&gt;\/dashboard\/form<\/code><\/p>\n\n\n\n<p><strong>Mapped View:<\/strong>&nbsp;<code>views.dashboard_form<\/code><\/p>\n\n\n\n<p><strong>Description:<\/strong>&nbsp;Provides a form interface within the user dashboard.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"10-dashboard-profile\">10. Dashboard Profile<\/h2>\n\n\n\n<p><strong>URL Pattern:<\/strong>&nbsp;<code>&lt;str:lang&gt;\/dashboard\/profile<\/code><\/p>\n\n\n\n<p><strong>Mapped View:<\/strong>&nbsp;<code>views.dashboard_profile<\/code><\/p>\n\n\n\n<p><strong>Description:<\/strong>&nbsp;Displays the user&#8217;s profile within the dashboard.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"11-login\">11. Login<\/h2>\n\n\n\n<p><strong>URL Pattern:<\/strong>&nbsp;<code>&lt;str:lang&gt;\/login\/<\/code><\/p>\n\n\n\n<p><strong>Mapped View:<\/strong>&nbsp;<code>views.login_view<\/code><\/p>\n\n\n\n<p><strong>Description:<\/strong>&nbsp;Handles user authentication.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"12-logout\">12. Logout<\/h2>\n\n\n\n<p><strong>URL Pattern:<\/strong>&nbsp;<code>&lt;str:lang&gt;\/logout\/<\/code><\/p>\n\n\n\n<p><strong>Mapped View:<\/strong>&nbsp;<code>views.logout_view<\/code><\/p>\n\n\n\n<p><strong>Description:<\/strong>&nbsp;Handles user logout functionality.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"13-forgot-password\">13. Forgot Password<\/h2>\n\n\n\n<p><strong>URL Pattern:<\/strong>&nbsp;<code>&lt;str:lang&gt;\/forgot-password\/<\/code><\/p>\n\n\n\n<p><strong>Mapped View:<\/strong>&nbsp;<code>views.forgot_password<\/code><\/p>\n\n\n\n<p><strong>Description:<\/strong>&nbsp;Provides a mechanism for users to recover or reset their passwords.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"14-reset-password\">14. Reset Password<\/h2>\n\n\n\n<p><strong>URL Pattern:<\/strong>&nbsp;<code>&lt;str:lang&gt;\/reset-password\/<\/code><\/p>\n\n\n\n<p><strong>Mapped View:<\/strong>&nbsp;<code>views.reset_password<\/code><\/p>\n\n\n\n<p><strong>Description:<\/strong>&nbsp;Enables users to set a new password after validation.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>WETAccel: Enterprise-Grade Django Template for Government of Canada&#8217;s Web Initiatives Table of Contents WETAccel URL Configuration Documentation This documentation covers the URL configurations for the&nbsp;wetaccel&nbsp;project. 1. Admin Panel URL Pattern:&nbsp;admin\/ Mapped View:&nbsp;Django&#8217;s default admin interface. Description:&nbsp;The administrative interface provided by Django to manage application data. 2. Landing Page URL Pattern:&nbsp;&#8220; Mapped View:&nbsp;views.landing Description:&nbsp;The primary entry [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":278,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"hide_page_title":"enabled","_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","_uag_custom_page_level_css":"","_import_markdown_pro_load_document_selector":0,"_import_markdown_pro_submit_text_textarea":"","footnotes":""},"class_list":["post-286","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/wetaccel.com\/index.php\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"WETAccel: Enterprise-Grade Django Template for Government of Canada&#8217;s Web Initiatives Table of Contents WETAccel URL Configuration Documentation This documentation covers the URL configurations for the&nbsp;wetaccel&nbsp;project. 1. Admin Panel URL Pattern:&nbsp;admin\/ Mapped View:&nbsp;Django&#8217;s default admin interface. Description:&nbsp;The administrative interface provided by Django to manage application data. 2. Landing Page URL Pattern:&nbsp;&#8220; Mapped View:&nbsp;views.landing Description:&nbsp;The primary entry&hellip;","_links":{"self":[{"href":"https:\/\/wetaccel.com\/index.php\/wp-json\/wp\/v2\/pages\/286","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wetaccel.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wetaccel.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wetaccel.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wetaccel.com\/index.php\/wp-json\/wp\/v2\/comments?post=286"}],"version-history":[{"count":2,"href":"https:\/\/wetaccel.com\/index.php\/wp-json\/wp\/v2\/pages\/286\/revisions"}],"predecessor-version":[{"id":293,"href":"https:\/\/wetaccel.com\/index.php\/wp-json\/wp\/v2\/pages\/286\/revisions\/293"}],"up":[{"embeddable":true,"href":"https:\/\/wetaccel.com\/index.php\/wp-json\/wp\/v2\/pages\/278"}],"wp:attachment":[{"href":"https:\/\/wetaccel.com\/index.php\/wp-json\/wp\/v2\/media?parent=286"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}