In views.py file of both foods app and orders app, instead of hello world, render the template for the corresponding view.
The template will be defined in the BaseDir/AppName/UrlName.html so give the right path to render templates
You must not create any template/file. Just connect the view to it's template
In views.py file of both foods app and orders app, instead of hello world, render the template for the corresponding view. The template will be defined in the
BaseDir/AppName/UrlName.html
so give the right path to render templates You must not create any template/file. Just connect the view to it's template