Ramin-RX7 / CafeMenu

Café management website with custom dashboard panel for staff
MIT License
2 stars 4 forks source link

Connect views in views.py to render html #28

Closed Ramin-RX7 closed 1 year ago

Ramin-RX7 commented 1 year ago

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