Django_music

screenshot of Django_music

A step-by-step introduction to web development using django.

Overview

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.

Features

  • Utilizes Django 1.11 and git's tagging feature for app creation
  • Provides step-by-step guidance through each chapter of the app creation process
  • Covers basic Django html pages, web apps, Django ORM, and web/API endpoints

Summary

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.