/LearningTrackingWebApp

A Django website to track users' learning projects.

Primary LanguagePython

LearningTrackingWebApp

About this project

LearningTrackingWebApp is an exercise in the book Python Crash Course. It uses Django, a web framework that can be used to build interactive webseits.

Environmental setup

The following section describes how to setup the environment and how to get the app running.

Creating a virtual environment

Installing requirements

Running the web app

Run python manage.py runserver