File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 142142 os .path .join (BASE_DIR ,'frontend/static' ),
143143 os .path .join (BASE_DIR ,'frontend/build' ),
144144 os .path .join (BASE_DIR ,'frontend/build/static' ),
145- ]
146-
145+ ]
Original file line number Diff line number Diff line change 2929 path ('register/' , TemplateView .as_view (template_name = "index.html" )),
3030 path ('dealers/' , TemplateView .as_view (template_name = "index.html" )),
3131 path ('dealer/' , TemplateView .as_view (template_name = "index.html" )),
32- path ('dealer/<int:dealer_id>' ,TemplateView .as_view (template_name = "index.html" )),
33- path ('postreview/<int:dealer_id>' , TemplateView .as_view (template_name = "index.html" )),
32+ path (
33+ 'dealer/<int:dealer_id>' ,
34+ TemplateView .as_view (template_name = "index.html" )),
35+ path (
36+ 'postreview/<int:dealer_id>' ,
37+ TemplateView .as_view (template_name = "index.html" )),
3438] + static (settings .STATIC_URL , document_root = settings .STATIC_ROOT )
You can’t perform that action at this time.
0 commit comments