Web pages Example
1. web_pages
git checkout -b web_page
./manage.py startapp web_pages && mv web_pages apps/web_pages
- Edit
apps/django_music/urls.py
- Edit
apps/web_pages/views.py
- Create a templates directory:
mkdir -p apps/web_pages/templates/web_pages/
- Create a template in that directory
- Go to the local URL you set, in our case: `localhost:8000/pages/