
A step-by-step introduction to web development using django.
This repository provides a basic overview of Django 1.11 and how to use git's tagging feature to separate steps in app creation. The README.md file guides users through each chapter of the various apps created in order of complexity. Git tags are used to separate the app into different steps of creation.
The django_music repository provides a basic overview of Django 1.11 and demonstrates how to use git's tagging feature for creating apps. It covers various topics such as basic Django html pages, web apps, Django ORM, and web/API endpoints. The installation guide provides step-by-step instructions for setting up the project and running it locally.
